[Webkit-unassigned] [Bug 199282] New: AX: [ATK] Text in anonymous blocks not emitting caret-moved events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 12:11:51 PDT 2019


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

            Bug ID: 199282
           Summary: AX: [ATK] Text in anonymous blocks not emitting
                    caret-moved events
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 373043

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

pyatspi accessible-event listener: text-caret-moved.py

Steps to reproduce:
1. Load the attached test case in Epiphany or MiniBrowser
2. Enable caret browsing
3. Launch the attached pyatspi accessible-event listener in a terminal
4. Click within each line of text in the test case and then arrow left and right

Expected results: With each press of the arrow keys, the accessible-event listener would dump out the new caret offset, the new character at that offset, and the new line at that offset.

Actual results: The expected results happen for two of the lines, but completely fail in the other two lines due to no caret-moved events being emitted.

I might be wrong, but it appears the failures occur when the text is in an anonymous block.

-- 
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/20190627/03cee9ed/attachment.html>


More information about the webkit-unassigned mailing list