Closed
Bug 1141945
Opened 10 years ago
Closed 10 years ago
Toggle button with badge breaks menu
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1029937
People
(Reporter: sekogan, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150212004049
Steps to reproduce:
1. Created simple addon (please find sources attached) that has toolbar button with a badge:
button = ToggleButton({
id: 'foo',
icon: data.url('./images/extension_icon.png'),
label: 'Foo',
badge: '42'
})
2. Moved that button to the menu (right mouse click on the button -> Move to menu).
Actual results:
The menu became broken, it doesn't show buttons anymore (see screenshot).
Expected results:
The menu should show buttons.
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Hey Matteo, any chance you could take a look at this?
Flags: needinfo?(zer0)
Updated•10 years ago
|
Blocks: sdk/ui/button
Priority: -- → P2
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(zer0)
Resolution: --- → DUPLICATE
Updated•9 years ago
|
No longer blocks: sdk/ui/button
You need to log in
before you can comment on or make changes to this bug.
Description
•