[Webkit-unassigned] [Bug 208332] New: AX: accessibilityReplaceRange:withText: doesn't post an AXValueChanged notification like when typing with kb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 12:08:04 PST 2020


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

            Bug ID: 208332
           Summary: AX: accessibilityReplaceRange:withText: doesn't post
                    an AXValueChanged notification like when typing with
                    kb
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: All
            Status: NEW
          Keywords: InRadar
          Severity: Major
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: canhai_chen at apple.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 391895

  --> https://bugs.webkit.org/attachment.cgi?id=391895&action=review

sample html with text fields

Summary:
When calling the replace with range API for a web textfield, VoiceOver does not get an AXValueChanged notification from the web area like it does when typing with the keyboard.

Steps To Reproduce:
1. Open a web page with a web textfield. (text.html)
2. Type in the first textfield with VO and a Braille display

Results:
VO gets a AXValueChanged notification for the textfield, and an AXSelectedTextChanged notification from the web area. These same notifications come in when typing with the keyboard. The difference is when typing with the keyboard, VO also gets an AXValueChanged notification from the web area. There should be a AXValueChanged notification since calling the API changes the value of the textfield.

Regression:
No

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200227/60214358/attachment.htm>


More information about the webkit-unassigned mailing list