Closed
Bug 824844
Opened 12 years ago
Closed 12 years ago
[AccessFu] Text changed events are no longer reported.
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: eeejay, Assigned: eeejay)
Details
Attachments
(1 file)
1.01 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #695853 -
Flags: review?(dbolter)
Comment 2•12 years ago
|
||
Comment on attachment 695853 [details] [diff] [review]
Fix text changed events.
Review of attachment 695853 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/src/jsat/EventManager.jsm
@@ +190,5 @@
> // zero-length text. If we did, ignore it (bug #749810).
> if (txtIface.characterCount)
> throw x;
> }
> + this.present(Presentation.textChanged(
Oof. (Yeah I know, need tests)
Attachment #695853 -
Flags: review?(dbolter) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → eitan
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•