RESOLVED FIXED 145041
AX: Select text mechanism returns results outside of text control regions
https://bugs.webkit.org/show_bug.cgi?id=145041
Summary AX: Select text mechanism returns results outside of text control regions
chris fleizach
Reported 2015-05-14 23:54:25 PDT
INSTRUCTIONS: 1. Enable Enhanced Dictation in System Preferences>Dictation & Speech 2. Enable Advanced Commands in System Preferences>Accessibility>Dictation>Dictation Commands 3. Open Safari and go to LinkedIn.com 4. Place cursor in search area and activate dictation with fn-fn. 5. Say "The quick brown fox" 6. Say "Show commands window" 7. Randomly select and say navigation and selection commands This is because the select-text mechanism should only return results within a text control when the search is within a text control
Attachments
patch (8.17 KB, patch)
2015-05-15 00:03 PDT, chris fleizach
mario: review+
Radar WebKit Bug Importer
Comment 1 2015-05-14 23:54:41 PDT
chris fleizach
Comment 2 2015-05-14 23:58:10 PDT
chris fleizach
Comment 3 2015-05-15 00:03:23 PDT
Mario Sanchez Prada
Comment 4 2015-05-18 03:19:01 PDT
Comment on attachment 253179 [details] patch The bug title was a bit misleading to me at the beginning, since it says "editable text area regions" while the patch is specific to text controls in forms. After reviewing the patch, I think it makes sense to limit this to text controls and not to all editable text regions (e.g. contenteditable="true"), as you don't normally want to mix/merge the text from inside those controls with the text from the rest of the page. But perhaps changing the bug title and updating the changelog before landing could be a nice thing to do too, if it's not too much of a trouble.
chris fleizach
Comment 5 2015-05-19 08:48:44 PDT
Note You need to log in before you can comment on or make changes to this bug.