GNOME Bugzilla – Bug 121306
OptionMenu show empty entries when filling with more entries than can be shown on the screen
Last modified: 2004-12-22 21:47:04 UTC
i know that this widget is obsolete in incoming gtk+-2.4 but its behaviour is totally broken when one fill an OptionMenu with more items that it can display on the screen. once it need to scroll, the menu is displayed with top half being empty: the bottom half show first entries and a cursor to scroll down but the top is empty. when one scroll down, we cannot then scroll up higher than first item of the menu (that is the first item is at top of the menu). this should be true on first menu opening too. see screenshot & testcase
Created attachment 19683 [details] screenshot of an example of this bug
Created attachment 19684 [details] test case
That is correct behavior. The point is that the current item needs should appear under the mouse. See bug 72695 for discussion.
*** Bug 126111 has been marked as a duplicate of this bug. ***
*** Bug 128165 has been marked as a duplicate of this bug. ***
*** Bug 132739 has been marked as a duplicate of this bug. ***