[Webkit-unassigned] [Bug 155613] AX: Typing broken on form input field while using VoiceOver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 17:47:59 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155613

--- Comment #2 from Nan Wang <n_wang at apple.com> ---
Created attachment 274349
  --> https://bugs.webkit.org/attachment.cgi?id=274349&action=review
patch

Spent quite a long time trying to figure out a way to test. Was adding the AXSelectedTextMarkerRange notification to the test and getting the TextMarkerRange when input field is focused. But even we get the TextMarkerRange for that selection, it's difficult to determine which node the TextMarker is associated with. Or we can expose some function to get the Range object from TextMarkerRange, then check the node in it. Seems there's no easy way to do this. So I'd rather put the fix here first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160318/5c822059/attachment.html>


More information about the webkit-unassigned mailing list