ComboBox has a big blank area above the position of its control
Bug #388633 reported by
mati
This bug affects 26 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTK+ |
Invalid
|
Medium
|
|||
One Hundred Papercuts |
Triaged
|
Low
|
Unassigned | ||
gtk+2.0 (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
(when there are a lot of entries or the control is in the bottom of the screen - see attached screenshots)
ComboBox wants to place the current selected option under the cursor, but in the presented corner cases it is a wrong choice. See the discussion in Gnome bugzilla (where there is also a patch).
Changed in gtk+2.0 (Ubuntu): | |
assignee: | nobody → Ubuntu Desktop Bugs (desktop-bugs) |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in gtk: | |
status: | Unknown → New |
Changed in gtk: | |
status: | New → Invalid |
Changed in ayatana: | |
status: | New → Invalid |
tags: | added: ayatana |
affects: | dead-ayatana → hundredpapercuts |
Changed in gtk: | |
importance: | Unknown → Medium |
status: | Invalid → Unknown |
Changed in gtk: | |
importance: | Medium → Unknown |
Changed in gtk: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in hundredpapercuts: | |
status: | Won't Fix → Confirmed |
milestone: | none → raring-gtk |
Changed in hundredpapercuts: | |
status: | Confirmed → Triaged |
importance: | Undecided → Low |
Changed in gtk: | |
status: | Confirmed → Invalid |
To post a comment you must log in.
This bug appears when gtk wants to place combobox out of screen borders. I've created 2 simple programs to show behaviour of a combobox with gtk and qt.