Closed
Bug 74413
Opened 24 years ago
Closed 24 years ago
Bug in nsViewManager::UpdateAllCoveringWidgets
Categories
(Core :: Web Painting, defect, P1)
Core
Web Painting
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
While looking at some testcases, I found a bug where we fail to invalidate views
correctly in some cases. Basically the code incorrectly assumes that a child
widget completely covers the invalid region and therefore neglects to repaint
the parent widget when it should. I will attach a patch.
The testcase http://bugzilla.mozilla.org/showattachment.cgi?attach_id=6234 shows
this; scrolling the gray DIV will not update the scrollbar thumb area correctly.
(In particular, the area extending above the blue DIV is not updated correctly.)
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
OK ... now I'm ready for approval.
Status: NEW → ASSIGNED
OS: Windows NT → All
Priority: -- → P2
Target Milestone: --- → mozilla0.9
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
sr=attinasi
Assignee | ||
Comment 6•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•