Closed
Bug 543681
Opened 15 years ago
Closed 15 years ago
dirty region of view not updated properly when scrolling
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
I noticed this on an ebay page that does essentially what reftest does in the upcoming patch.
Specifically if we do something that causes invalidation in js, and then synchronously cause a scroll (by setting window.location.href = "#someAnchorThatWillCauseScroll") the dirty rects of the previous invalidation aren't updated as they used to be nsViewManager::WillBitBlit.
Assignee | ||
Comment 1•15 years ago
|
||
Unfortunately the reftest doesn't fail for the same reason as bug 540247.
Assignee: nobody → tnikkel
Attachment #424745 -
Flags: review?(roc)
Comment 2•15 years ago
|
||
Is this a duplicate of or will this fix bug 541144?
Assignee | ||
Comment 3•15 years ago
|
||
It could fix bug 541144, but I can't reproduce bug 541144 so I don't know.
Comment on attachment 424745 [details] [diff] [review]
patch
Thanks! This might fix bugs 540161, 540294 and 541144...
Attachment #424745 -
Flags: review?(roc) → review+
Comment 5•15 years ago
|
||
and 544085?
Assignee | ||
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
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
•