Page MenuHomePhabricator

Disable annoying auto popup of menu window
Closed, InvalidPublic

Description

Vector-Skin: When the cursor is placed over the "Mehr" (or "More" in english) menu entry, the window with the other menu entries is automaticly popped up. How can i disable this behaviour?

Screenshot Menu AutoPopUp 20200925.jpg (204×872 px, 53 KB)

Event Timeline

How can i disable this behaviour?

You can't. (Please note that Phabricator is not a place to answer support questions, but for bug reports and feature requests. In case you'd want to rephrase this as a feature request, then please provide a clear use case and describe an actual problem to solve first. Thanks a lot!)

Jdlrobson subscribed.

The more menu has always worked like this as far as I'm aware and Im not sure what the problem statement is here. Most users do not see this.

If it's a user preference concern please feel free to use user styles to disable the behaviour.

@Formatierer add this to http://meta.wikimedia.org/wiki/Special:Mypage/global.css or http://en.wikipedia.org/wiki/Special:Mypage/vector.css

.vector-menu-dropdown:hover .vector-menu-content-list {
	opacity: 1;
	visibility: collapse;
}