Closed
Bug 1163640
Opened 11 years ago
Closed 11 years ago
Test for bug 417418 leaves widget in a bad state
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(2 files)
|
6.81 KB,
text/plain
|
Details | |
|
2.75 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
The test added in bug 417418 seems to leave the widget in a bad state because it synthesizes mouse-down events without any mouse-up events (at least in e10s environments). It even generates an assertion indicating a drag session (stack attached) which was papered over in bug 936092 [1].
The bad state is causing my new test in bug 1161634 to fail, so I would like to fix it.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=936092#c109
| Assignee | ||
Comment 1•11 years ago
|
||
Try push in progress at https://treeherder.mozilla.org/#/jobs?repo=try&revision=88d713306d55
Assignee: nobody → bugmail.mozilla
Attachment #8604143 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #8604143 -
Flags: review?(ehsan) → review+
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Comment 4•11 years ago
|
||
status-firefox40:
--- → fixed
Comment 5•11 years ago
|
||
status-firefox39:
--- → fixed
Comment 6•11 years ago
|
||
status-firefox38.0.5:
--- → fixed
Comment 7•11 years ago
|
||
status-firefox-esr38:
--- → fixed
Comment 8•11 years ago
|
||
status-b2g-v2.2:
--- → fixed
Updated•11 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•