Closed
Bug 1271776
Opened 9 years ago
Closed 9 years ago
[e10s] With e10s enabled, text removed and text inserted events come through as text change events.
Categories
(Core :: Disability Access APIs, defect, P1)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: yzen, Assigned: yzen)
Details
Attachments
(1 file)
|
1.81 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
A good indicator of this issue is a test that can be found here:
accessible/tests/browser/browser_events_textchange.js
and can be run with:
mach mochitest accessible/tests/browser/browser_events_textchange.js
The test will pass with --disable-e10s.
It looks like expected text removed and text inserted events from content show up as text change events and thus the test times out.
| Assignee | ||
Comment 1•9 years ago
|
||
If this is fixed, "skip-if = e10s" statement can be removed for this test in browser.ini
Updated•9 years ago
|
tracking-e10s:
--- → ?
| Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8751336 -
Flags: review?(tbsaunde+mozbugs)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8751336 -
Flags: review?(tbsaunde+mozbugs) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Priority: -- → P1
Comment 5•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Comment 6•9 years ago
|
||
wontfix for Beta 48 because we won't enable e10s for a11y users using Firefox 48.
status-firefox48:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•