Closed
Bug 655932
Opened 12 years ago
Closed 12 years ago
black flicker when opening or enlarging arrow panels
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
VERIFIED
FIXED
mozilla6
People
(Reporter: karlt, Assigned: karlt)
Details
Attachments
(1 file)
2.11 KB,
patch
|
ventnor.bugzilla
:
review+
|
Details | Diff | Splinter Review |
When opening the bookmarks or identity arrow panels for the first time, or enlarging the bookmarks panel with "Show all the bookmarks folders", there is a black flicker where the panel should be transparent.
Assignee | ||
Comment 1•12 years ago
|
||
I wrote this when looking at bug 635897, but this is not just for broken window managers. We shouldn't be painting black into the window while it is still visible (or has just become visible but hasn't yet been shaped), and this may actually speed up painting the visible portion, because I assume the behavior from painting a region that is still shaped out is undefined.
Attachment #531239 -
Flags: review?(ventnor.bugzilla)
Comment 2•12 years ago
|
||
I thought we cleared the window to black to clear out the malloc gunk from our buffer. With this patch, what happens when you have a panel background with alpha 0.6 (or something thats not low enough to trigger bring cleared by Xshape)?
Assignee | ||
Comment 3•12 years ago
|
||
This patch shouldn't change what's drawn to our buffer. ctx here is drawing to the window. The patch doesn't change what happens when 0 < alpha < 1 (though treating 1/255 as alpha == 1 does seem a bad idea and gives black edges).
Updated•12 years ago
|
Attachment #531239 -
Flags: review?(ventnor.bugzilla) → review+
Assignee | ||
Comment 4•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/ebc9a7e1fb12
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Comment 5•12 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0 - beta 2 Mozilla/5.0 (X11; Linux i686; rv:8.0a1) Gecko/20110719 Firefox/8.0a1 I can no longer see any black flickers when enlarging the bookmarks panel. Setting status to Verified Fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•