[Webkit-unassigned] [Bug 56659] New: [GTK] Expose menu items and menus as children of a menu bar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 10:43:01 PDT 2011


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

           Summary: [GTK] Expose menu items and menus as children of a
                    menu bar
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
                CC: joanmarie.diggs at gmail.com
            Blocks: 30796


In the following example:
http://test.cita.illinois.edu/aria/menubar/menubar1.php

Theres some WAI-ARIA compliant HTML exposing a menu bar with 4 menu items, where each of them pop out a menu when activated, showing some more menu items in those menus. That is, the typical menubar -> menuitems -> menu (for each menu item) -> menu item (for each menu) layout :-)

Problem is that WebKitGTK should be exposing something like this (as for roles):

  Menubar
   |---> menu item
   |      `---> menu
   |             |---> menu item
   |             |---> menu item
   |             `---> menu item
   |---> menu item
   |      `---> menu
   |             |---> menu item
   |             |---> menu item
   |             `---> menu item
   |---> menu item
   |      `---> menu
   |             |---> menu item
   |             |---> menu item
   |             `---> menu item
   `---> menu item
          `---> menu
                 |---> menu item
                 |---> menu item
                 `---> menu item

However, what is currently exposing is the following:
  Menubar
   |---> panel
   |---> panel
   |---> panel
   `---> panel

...which is obviously wrong, preventing ATs from checking the contents of those menus

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