Discovery Gaming Community
little menu bug - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Rules & Requests (https://discoverygc.com/forums/forumdisplay.php?fid=6)
+--- Forum: Site & Forum Feedback (https://discoverygc.com/forums/forumdisplay.php?fid=14)
+--- Thread: little menu bug (/showthread.php?tid=133608)



little menu bug - Doria - 12-05-2015

It's only a minor annoyance, but when you are in the main forum page, and using the pop down menus like 'Player Utilities', when you click on an item that is right over to the shoutbox open/close line, it actually clicks the shoutbox under it and not the menu. To select, for example, the 'Player Status' item (in my screen, at least), you have to position the mouse pointer a lilttle under it, so it gets out of the shoutbox area and only then the line in the menu will highlight.

By the way, I use the Opera browser.


RE: little menu bug - Internity - 12-05-2015

Use Firefox and use 90% screen zoom. Also, this is the benefit of being banned from the shoutbox, clicking it won't do anything.


RE: little menu bug - nOmnomnOm - 12-05-2015

(12-05-2015, 08:05 PM)Internity Wrote: Use Firefox and use 90% screen zoom. Also, this is the benefit of being banned from the shoutbox, clicking it won't do anything.

I guess we are the privileged ones after all <:


RE: little menu bug - Internity - 12-05-2015

(12-05-2015, 08:21 PM)nOmnomnOm Wrote: I guess we are the privileged ones after all <:

Yes, I always look on the bright side of the things. Wink


RE: little menu bug - Doria - 12-06-2015

This was a notice to the forum devs. If you don't have anything useful to say, don't post please. Also, firefox is for lammers.


RE: little menu bug - Internity - 12-06-2015

Well I said something useful but you're too blind to see it. I said use Firefox with 90% zoom or zoom out if you can in that Opera browser for pansies.


RE: little menu bug - Doria - 12-07-2015

Lammer.


RE: little menu bug - Error - 12-13-2015

This issue is reproducible in Chrome 47.0 and Firefox 42.0, and also causes the dropdown menus to occasionally disappear under other content as well (such as the user profile page infobox). The fix is adding a positive and non-zero z-index to the .popup_menu class, such as the one below.
Code:
.popup_menu { z-index: 9999; }
I'd suggest using a relatively large z-index here, as there is no meaningful use case (that I know of) where you'd want the dropdown menu to disappear below any other element on the page when the user opens it.


RE: little menu bug - Alley - 12-16-2015

fix implemented


RE: little menu bug - Doria - 12-16-2015

Just refreshed my cache and, yes, it is fixed.

Thanks.