Closed
Bug 1001356
Opened 11 years ago
Closed 11 years ago
In the AREA_PANEL isn't displayed toolbarbuton label
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: leszekz, Unassigned)
Details
Attachments
(2 files)
When toolbarbutton have any additional code like <hbox> in the AREA_NAVBAR isn't displayed toolbatbutton label. See screenshot.
Reporter | ||
Comment 1•11 years ago
|
||
Install this add-on, open Options, choose Compact Mode, and move button to menu.
Comment 2•11 years ago
|
||
Your toolbarbutton uses custom content instead of the default XBL binding, and isn't using the right classes for its label (.toolbarbutton-text / .toolbarbutton-multiline-text) and that's why the label is invisible. This isn't a Firefox bug --> INVALID.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #2)
> Your toolbarbutton uses custom content instead of the default XBL binding,
> and isn't using the right classes for its label (.toolbarbutton-text /
> .toolbarbutton-multiline-text) and that's why the label is invisible. This
> isn't a Firefox bug --> INVALID.
Why in the toolbar palette is OK?
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Leszek Zyczkowski from comment #3)
> Why in the toolbar palette is OK?
Any idea why in the toolbar palette is OK, but in the menu panel not? This the same code, so I think that penelview code not proper rendering and this is Firefox bug.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Reporter | ||
Updated•11 years ago
|
Summary: In the AREA_NAVBAR isn't displayed toolbarbuton label → In the AREA_PANEL isn't displayed toolbarbuton label
Comment 5•11 years ago
|
||
(In reply to Leszek Zyczkowski from comment #4)
> (In reply to Leszek Zyczkowski from comment #3)
> > Why in the toolbar palette is OK?
>
> Any idea why in the toolbar palette is OK, but in the menu panel not? This
> the same code, so I think that penelview code not proper rendering and this
> is Firefox bug.
Because in the palette it isn't the label of the item that is displayed - it is the label inside the toolbarpaletteitem (wrapper) that has the item as its child, and copies its "label" or "title" attribute.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•