[Webkit-unassigned] [Bug 132577] New: AX: VoiceOver does not announce text changes for content editable regions in Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 5 12:26:46 PDT 2014


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

           Summary: AX: VoiceOver does not announce text changes for
                    content editable regions in Safari
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com


Created an attachment (id=230844)
 --> (https://bugs.webkit.org/attachment.cgi?id=230844&action=review)
test case

See the test case attached. VoiceOver is not announcing the text changes for content editable regions. If you remove the "role" attribute, you do get the announcements, but VoiceOver incorrectly speaks the title of the HTML page along with the selection changes.

Test Case #1 - No announcements
1. Open the test1.html file attached to this radar
2. Turn on VoiceOver
3. Click inside the content editable region
4. Wait for the timer to fire twice, notice that no changes were announced

Test Case #2 - Multiple announcements overrunning each other
1. Open the test2.html file attached to this radar
2. Turn on VoiceOver
3. Click inside the content editable region
4. Wait for the timer to fire twice, notice that VoiceOver speaks the announcements, but incorrectly speaks the title of the HTML file and it interrupts the correct announcement that tells the user what changed in the selection.

<rdar://problem/15429607>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list