Closed
Bug 1163640
Opened 8 years ago
Closed 8 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•8 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•8 years ago
|
Attachment #8604143 -
Flags: review?(ehsan) → review+
Comment 3•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/96c05b12bcc2
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Comment 4•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/157446f10a5e
status-firefox40:
--- → fixed
Comment 5•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-beta/rev/2fa728c7ca85
status-firefox39:
--- → fixed
Comment 6•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-release/rev/df02fefaa438
status-firefox38.0.5:
--- → fixed
Comment 7•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-esr38/rev/36233430955e
status-firefox-esr38:
--- → fixed
Comment 8•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/4524fdd94db7
status-b2g-v2.2:
--- → fixed
Updated•8 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•