Closed
Bug 1177331
Opened 10 years ago
Closed 10 years ago
dom/events/test/test_bug574663.html fails with APZ enabled
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file, 1 obsolete file)
894 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
With APZ enabled, the mochitest at dom/events/test/test_bug574663.html times out and dies. I was able to reproduce this locally, and found that the code was going into an infinite loop of MozAfterPaint events which did nothing, because utils.isMozAfterPaintPending would always return true.
The code in test_bug574663.html had a comment that it was a simplified version of paint_listener.js but after comparing that code I noticed there was a hunk missing. Putting the hunk in fixed the test locally.
Assignee | ||
Updated•10 years ago
|
Attachment #8626041 -
Attachment is patch: true
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8626041 -
Attachment is obsolete: true
Attachment #8626439 -
Flags: review?(dvander)
![]() |
||
Updated•10 years ago
|
Attachment #8626439 -
Flags: review?(dvander) → review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•