Closed
Bug 74413
Opened 25 years ago
Closed 25 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)
|
1.35 KB,
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•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
OK ... now I'm ready for approval.
Status: NEW → ASSIGNED
OS: Windows NT → All
Priority: -- → P2
Target Milestone: --- → mozilla0.9
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
sr=attinasi
| Assignee | ||
Comment 6•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•7 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
•