#6616 closed bug (duplicate)
[SATDecorator] clicking zoom button flickers window content
Reported by: | diver | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Add-Ons/Decorators/Default | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #15548 | Blocking: | |
Platform: | All |
Description
This is hrev38664.
Stack several Tracker windows (with lots of files) together. Clicking zoom button will flicker window content.
Attachments (2)
Change History (17)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Component: | Servers/app_server → Add-Ons/Decorators/Stack And Tile |
---|---|
Owner: | changed from | to
comment:4 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
After cleaning up objects:
rm -rf generated/objects/haiku/x86/release/servers/app/ rm -rf generated/objects/haiku/x86/release/add-ons/decorators/SATDecorator/
and updating to hrev42490 I can still reproduce this one.
comment:5 by , 13 years ago
Ah I think I see what you mean and its probably an other issue than before. You mean the flickering in the title bar? I notice the problem before, e.g. when shifting the tabs in a stack. The problem is that the decorator draws tabs on top of other tabs. This is normally double buffered but the drawing of the buttons triggers a synchronous redraw...
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Hopefully finally fixed in hrev42493.
by , 13 years ago
Attachment: | Tracker.ogv added |
---|
comment:9 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This is not a bug but normal and I also see it in terminal, probably every window. Try to stack two windows without S&T and you will see the same effect. The problem is that when you activate a window the complete window content is invalidated because it was not visible before and will be redrawn.
See Stippi's latest blog post if you are searching for a solution :-)
comment:10 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
It's back again in hrev42615.
by , 13 years ago
Attachment: | flickering.ogv added |
---|
comment:11 by , 12 years ago
I still think that it is a bug in S&T because the flickering only occurs when two different apps are stacked together. For instance, if you stack Terminal+Tracker and try to resize or zoom (like in the attached video) this group you see that Tracker's window content flickers and redraws slowly. Whereas if you stack two Tracker windows and try do the same there is no flickering whatsoever.
comment:12 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
Moving S&T related tickets out of R1 milestone (Prop #16).
comment:13 by , 10 years ago
Milestone: | Unscheduled → R1 |
---|
Moving S&T related tickets back into R1 milestone as S&T is in fact now the default. My apologies.
comment:14 by , 5 years ago
Blocked By: | 15548 added |
---|---|
Resolution: | → duplicate |
Status: | reopened → closed |
comment:15 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
It got worse in recent revisions. Every click inside tracker produces several flickers. Most visible in VirtualBox, but visible on real hw too.