Open Bug 1575409 Opened 5 years ago Updated 2 years ago

Fix truncated menus in a11y panel toolbar

Categories

(DevTools :: Accessibility Tools, defect)

defect

Tracking

(Not tracked)

People

(Reporter: mislam, Unassigned)

Details

Attachments

(1 file)

Attached image truncated-menu

Opened menus in the accessibility panel toolbar (i.e. audit and simulation) get truncated when toolbox height is too small. This is because the menus currently don't have xul wrappers.

Consider changing the doc property value in MenuButton (https://searchfox.org/mozilla-central/source/devtools/client/accessibility/components/AccessibilityTreeFilter.js#148 and also for SimulationMenuButton) so that it has a XUL namespace and passes the check function in HTMLTooltip.js: https://searchfox.org/mozilla-central/source/devtools/client/shared/widgets/tooltip/HTMLTooltip.js#947-949.

MeatballMenu in devtools has the correct functionality and passes a valid document to MenuButton (see https://searchfox.org/mozilla-central/source/devtools/client/framework/components/ToolboxToolbar.js#269).

Thanks for the report Maliha, and sorry for the delay.

Is this still an issue? I don't see anything wrong on my machine (Win10)

Honza

Flags: needinfo?(maliha.rh)
Severity: normal normal → S3 S3

Clear a needinfo that is pending on an inactive user.

Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.

For more information, please visit auto_nag documentation.

Flags: needinfo?(maliha.rh)
You need to log in before you can comment on or make changes to this bug.