[Webkit-unassigned] [Bug 53137] New: [Gtk] Google search list/autocomplete is completely inaccessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 15:58:12 PST 2011


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

           Summary: [Gtk] Google search list/autocomplete is completely
                    inaccessible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: msanchez at igalia.com


Steps to reproduce:

1. Navigate to google.com
2. Begin typing a search

At this point a list of matches/suggestions and two additional push buttons appear. But I am not seeing any events to suggest they got added (object:children-changed:add) or, alternatively, suddenly appeared (object:state-changed:{showing, visible}).

3. Arrow up and down amongst the list of suggestions.

At this point, we are getting a caret-moved event for the entry because the text is changing. But I am not seeing any events for:

* The removal of the current text (object:text-changed:delete)
* The insertion of the new text (object:text-changed:insert)
* The selection change in the list.

The lack of text-changed events totally confuses Orca because it's trying to respond to the caret-moved events w.r.t. the text which is no longer present.

In addition to the above, I cannot figure out how to use the keyboard to give focus to the buttons at the bottom of this list.

Note to Mario: I'm sure this is going to need to be split up into a bunch of parts/individual bugs. But I'll let you decide on what those parts/bugs are. :-)

-- 
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