#16368 closed bug (fixed)
[regression] Tracker: horizontal scroll bar layout is broken
Reported by: | X512 | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kits/libtracker.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev54403 (partial build).
Problems:
- Horizontal scroll bar has smaller size than default when using default font size (12).
- Glitches in status bar text.
- When using big font size, scroll bar size change depending on window size and glitches are present in status bar.
Attachments (3)
Change History (14)
by , 4 years ago
Attachment: | TrackerScrollbars.png added |
---|
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
Are you sure the size is smaller, though?
Yes, horizontal scroll bar is vertically smaller than resize grip (visible on attached screenshot).
comment:4 by , 4 years ago
FilePanel scroll bar size is fine when default font size is used, but problem 3 is still present. Also after scroll bar changes, FilePanel has large free space between file list and Cancel
, Open
buttons.
comment:5 by , 4 years ago
I'm unsure of what you mean in problem 3; do you mean the scrollbar itself gets larger horizontally, or vertically? The horizontal scrollbar is no longer of a fixed size and will indeed get wider as the window does, and so will the count view.
by , 4 years ago
Attachment: | OpenFileLayout.png added |
---|
by , 4 years ago
Attachment: | Problem3.png added |
---|
When vertically shrinking window, horizontal scroll bar height change and status bar display glitches
comment:6 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
All fixed in hrev54407, I believe.
There is still one glitch, though: when resizing the window horizontally, the count view is not redrawn and shows glitches. Tracker prior to my changes is similarly afflicted, so that's not a regression, and I think there's a separate ticket for it. Oddly enough, if you resize Tracker vertically even one pixel, then the count view is redrawn and all looks well .. very odd bug.
comment:9 by , 4 years ago
Now horizontal scroll bar is fixed when default font size is used, but scroll bar bottom position is 1 pixel higher when big font size is used. Problem is present in Tracker window and file dialog.
comment:10 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|
Assign fix to milestone:R1/beta3, as it looks like this fix will be part of that release.
As we started with the previous beta, we would like to use the Milestone field for fixed tickets to log from which release the improvement will be out. Therefore it is very much appreciated to assign the milestone when closing a ticket as fixed
.
comment:11 by , 4 years ago
Milestone: | R1/beta3 |
---|
Reverting ticket update, it seems to be a fix to a regression added _after_ milestone:R1/beta2, so it would be incorrect to add this to the list of fixes in milestone:R1/beta3.
My apologies for the noise.
Status bar glitches I did see and are probably due to bugs in the status bar drawing code, I will investigate.
Are you sure the size is smaller, though?