[Webkit-unassigned] [Bug 69561] New: [GTK] Don't expose objects with unknown role on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 13:53:22 PDT 2011


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

           Summary: [GTK] Don't expose objects with unknown role on GTK
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
                CC: mrobinson at webkit.org


WebKitGTK is currently exposing objects with role unknown, which is wrong and, besides this, is preventing us to enable the new a11y layout test accessibility/deleting-iframe-destroys-axcache.html by providing a new expectations file.

Of course, when it comes to enabling that new test we could of course generate the expected file now, but then one of the assertions would failing due to this bug, since this is how the a11y hierarchy for test looks right now:

 AXRole: scroll pane 
     AXRole: document frame 
         AXRole: paragraph 
         AXRole: panel 
             AXRole: unknown 
                 AXRole: scroll pane 
                     AXRole: document frame 
                         AXRole: panel 
                             AXRole: push button 

...and this is how it should look:

 AXRole: scroll pane 
     AXRole: document frame 
         AXRole: paragraph 
         AXRole: panel 
             AXRole: scroll pane 
                 AXRole: document frame 
                     AXRole: panel 
                         AXRole: push button

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