Opened 10 years ago
Closed 9 years ago
#11027 closed enhancement (fixed)
[Expander] stop scrolling to bottom on scrollbar click
Reported by: | diver | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Expander | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I have "Automatically show contents listing" enabled in Expander prefs. Lately I've became annoyed that when I need to see "provides" section in a package I need to wait for Expander to finish listing and then scroll all the way to the top. It would be much more convenient if once scrollbar is moved/clicks it kept building listing but wouldn't scroll to the bottom.
Attachments (1)
Change History (5)
comment:1 by , 10 years ago
by , 10 years ago
Attachment: | 0001-Expander-don-t-keep-jumping-to-the-last-contents-whe.patch added |
---|
don't scroll down
comment:2 by , 10 years ago
patch: | 0 → 1 |
---|
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed the issue in a different way in hrev49222.
Note:
See TracTickets
for help on using tickets.
By removing the ScrollToSelection(), the scroll list alwas stays at the top line. That's less annoying, but now you can only see that Expander is still populating the contents list by watching the scroll bar knob. And of course, when Expander's window suddenly is resized at the end of it... which is much more annoying to me.
Patch attached, just in case.