Closed
Bug 272593
Opened 21 years ago
Closed 21 years ago
ui not repainted correctly
Categories
(Core Graveyard :: Ports: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michal.ceresna, Assigned: zack)
Details
Attachments
(1 file)
1.89 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041119 Firefox/1.0 (Debian package 1.0-3)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041119 Firefox/1.0 (Debian package 1.0-3)
repainting of the ui parts doesn't work correctly
Reproducible: Always
Steps to Reproduce:
1)run dist/bin/mozilla
2)load resource:///res/samples/test8.html
3)click the unchecked checkbox2
the cross is not painted, if you resize
the window it appears
Reporter | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Ah, yeah, good catch! In the initial version I had all the children propagating
back to the containers all events and the containers served the purpose of the
canvas. I changed that and never updated the code. Thanks! (i got excited and
committed it on the spot, forgetting that you probably want to do it yourself,
sorry about that)
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
QA Contact: cbiesinger → ports-qt
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•