Opened 15 years ago
Closed 15 years ago
#5576 closed bug (fixed)
[patch] (ReadOnlyBootPrompt) Language list doesn't scroll to selection
Reported by: | idefix | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha2 |
Component: | Applications | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
(Follow-up on comment:ticket:5445:2)
There are now a lot of languages above English
, so the Language list also needs a ScrollToSelection()
.
This patch implements that and it also moves the initial ScrollToSelection()
to happen after the window is shown, as the lists would otherwise scroll too far (see this TODO).
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | readonlybootprompt.patch added |
---|
comment:1 by , 15 years ago
Would be nice to have it included in alpha2. BTW, there is no ReadOnlyBootPrompt component in trac.
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Assigning to stippi as a best-guess to handle this.
comment:3 by , 15 years ago
Status: | assigned → in-progress |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Applied in hrev36343. Thanks and sorry for the delay!
Note:
See TracTickets
for help on using tickets.
(patch) Scroll to selection in Language list and perform the initial scrolling after the window is shown.