GNOME Bugzilla – Bug 127602
entry completion window should have a minimum size for odd ball cases
Last modified: 2011-02-04 16:17:01 UTC
Ok, so in general the completion window size is pretty sane, but there are some issues. For instance open applet (my pet project) is normally 1/8 of the width of the monitor. So if i have an action item like "Search the web for this url", a substantial amount of text gets cut off the screen. So the potential solutions i see are api, that allows me to set the width of the completion window (not really optimal imo really), or to be sane and set a more reasonable minimum width for these situations. note: 1/8th of the screen is still a rather large entry on a 1024x768 screen so i imagine other apps could have similar issues.
I'm wondering if this might be an a11y issue as well, mainly because when using large fonts, the action items aren't correctly shown at all. They are cut off both horizontally and vertically. I tested this with epiphany.
decided to lump entry completion bugs together with combobox bugs.
The duplicate proposes a more general resizing policy property which would cover this *** This bug has been marked as a duplicate of 131916 ***