Ticket #1064 (closed enhancement: wontfix)
Small combobox menus needlessly scrolling.
| Reported by: | robophred@… | Owned by: | openmoko-devel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | unknown | Version: | current svn head |
| Severity: | minor | Keywords: | Patch |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | yes | PatchReviewResult: | |
| Reproducible: |
Description
(probably the wrong component selected for this bug, but I cannot find any that
fit.)
A GTKComboBox will shift the offset of its menu so that, on selection, the mouse
will be over the last selected item. If the menu is near the top, then it is
likely that some of it will go over the top and the scroll arrows will appear.
On small menus, this just increases the time it takes to make a selection when
the menu could easily have just been aligned at the top to show all items,
regardless of the last selected item.
Reproduce:
From the today screen, go to the applications menu.
In the top searchbar, select the bottom entry ("All").
Go to select another entry from the search bar. The bottom entry will be at the
top, and the rest will be above it, offscreen and accessed by scrolling.
The menu should be aligned to the top, so all values are visible and no
scrolling is needed.
Attachments
Change History
Changed 5 years ago by robophred@…
- Attachment combobox_menu_alignment.patch added

Patch