Open
Bug 546306
Opened 15 years ago
Updated 2 years ago
[gtk] graphical bugs with transparent background window.
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
NEW
People
(Reporter: arno, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/vnd.mozilla.xul+xml
|
Details |
Hi,
when having a window with a transparent background, I can observe a lot of graphical bugs. These bugs include for example parts of screen not rendered and color pixels in random place on the application window.
To reproduce, load attached testcase as toplevel window; then click on "third choice" and let mouse button pressed. The line: second choice flickers and disappears. It appears back when releasing keypress.
I investigated a bit, and this is because clicking will call invalidateRoot. When releasing, the reflow happens, and line is correctly displayed again.
Reporter | ||
Updated•15 years ago
|
Summary: [gtk] graphical bugs on reflow with transparent background window. → [gtk] graphical bugs with transparent background window.
Comment 1•5 years ago
|
||
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•