Closed Bug 152372 Opened 22 years ago Closed 22 years ago

Inspect tool does not show "haspopup" state for XUL Menulist Node.

Categories

(Core :: Disability Access APIs, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: dsirnapalli, Assigned: aaronlev)

Details

<box orient="vertical" flex="1">  
    <description>
      <html:b> Testing XUL MenuList for Accessibility.. </html:b>
    </description>
    <label value="Select a Menu Item:" control="get-item"/>
    <menulist>
      <menupopup>
        <menuitem label="First Menu Item"/>
        <menuitem label="Second Menu Item" selected="true"/>
        <menuitem label="Third Menu Item" src="images/findpic.gif"/>
        <menuitem label="Fourth Menu Item"/>
      </menupopup>
    </menulist>  
  </box>

Enter the above code in a xul file and open it in mozilla. Open Inspect tool and
click on "Show highlight rectange" then move the mouse over the Menulist. Check
the state in Inspect. It shows "focused, readonly, collapsed, focusable". Since
the menulist has popup also, it should show "haspopup" also in the state.
Dharma,

This is logical, but I cannot find any other menu item objects in Windows that
support STATE_HASPOPUP.

Since we are trying to be as close as possible to other MSAA implementations, I
suggest we mark INVALID.
-- Marking bug as invalid as per aaron's suggestion.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
-- Marking bug as verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.