[Webkit-unassigned] [Bug 133512] New: [ATK] Missing 'selection-changed' signal when navigating a combo box with keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 4 08:14:24 PDT 2014


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

           Summary: [ATK] Missing 'selection-changed' signal when
                    navigating a combo box with keyboard
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: jdiggs at igalia.com, apinheiro at igalia.com,
                    webkit-bug-importer at group.apple.com


Created an attachment (id=232477)
 --> (https://bugs.webkit.org/attachment.cgi?id=232477&action=review)
accessible-event listener

Steps to reproduce:
1. Launch the attached accessible-event listener in a terminal
2. Load the attached test case is MiniBrowser
3. Tab into the combo box with the keyboard (focus on it)
4. Navigate the different options with the keyboard (using arrow keys)

Expected results:

In the terminal, you should see that the selection-changed signal is being emitted from WebCore, by printing lines like the following one:

  Selection changed for 'combo box' object. RAW DATA:
   object:selection-changed(0, 0, 0)
    source: [combo box | bar]
    host_application: [application | WebKitWebProcess]

Actual results: Nothing is printed by the listener app, meaning that no signal is being emmitted.

Note: This works fine in epiphany 3.10.3, so it's a bug in master.

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