Bug 118023

Summary: Improve contenteditable accessibility notifications
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: cfleizach, jcraig, samuel_white, webkit-bug-importer
Priority: P2 Keywords: BlinkMergeCandidate, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-06-25 21:06:12 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/92a5fdae6f39c174618a9460bc38e9bc6df7483e We want a contentEditable region or an element with role=textbox to behave the same as an <input> or <textarea> for assistive technology when the user is typing - it should send both a "value changed" notification and a "selected text changed" (really means "selection changed") on the node playing the role of the text box. The logic was wrong in a few places. This cleans it up and fixes it, and adds a new test.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-02-07 11:38:10 PST
Note You need to log in before you can comment on or make changes to this bug.