Re: Overlapping Submenus?
Akkana <[email protected]>
| Newsgroups | gmane.comp.mozilla.wishlist,gmane.comp.mozilla.accessibility,gmane.comp.mozilla.devel.prefs |
|---|---|
| Message-ID | <[email protected]> |
Peter Daum writes:
> Actually, Motif's menus (used for example in Netscape
> 4.x) also don't behave this way. There, submenus are opened with an
> explicit mouse click and stay posted until another mouse click occurs.
> Is there any way to get this behavior back in Mozilla? (As i already
> mentioned, the "ui.submenuDelay" option doesn't seem to work).
Works for me (on linux) -- I use the menus every day in this mode.
You might want to check to make sure you don't have a typo in your
prefs file, or the wrong name for the file, or something.
Here's the line from my user.js:
user_pref("ui.submenuDelay", 7000);
and submenus stay posted for 7 seconds no matter where my mouse moves.
...Akkana