Closed
Bug 680431
Opened 14 years ago
Closed 14 years ago
Test test_bug511075.html is calling finish() twice
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(2 files)
767 bytes,
patch
|
smaug
:
feedback+
|
Details | Diff | Splinter Review |
366 bytes,
text/html
|
Details |
This issue causes the next test to not run properly.
The attached patch shows the issue: the scroll event is firing twice, but I don't know whether this is a test issue or the test showing an actual bug.
Attachment #554410 -
Flags: feedback?(Olli.Pettay)
Comment 1•14 years ago
|
||
Comment on attachment 554410 [details] [diff] [review]
sample fix
Clicking scrollbar sends several scroll events.
Attachment #554410 -
Flags: feedback?(Olli.Pettay) → feedback+
Comment 2•14 years ago
|
||
at least if smooth scrolling is enabled.
Comment 3•14 years ago
|
||
Hmm, but without smooth scroll, there should be only one scroll event.
Comment 4•14 years ago
|
||
This landed as http://hg.mozilla.org/integration/mozilla-inbound/rev/f19404f45022, but was backed out in http://hg.mozilla.org/integration/mozilla-inbound/rev/dbc9ed28ba95 for causing perma-orange in test_resizer.xul.
Assignee | ||
Comment 6•14 years ago
|
||
Hmmm. I for some reason forgot about that issue, even though I have a patch for it.
Comment 7•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/f19404f45022
and backout:
http://hg.mozilla.org/mozilla-central/rev/dbc9ed28ba95
Assignee: nobody → enndeakin
Version: unspecified → Trunk
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 11•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•