Closed
Bug 535482
Opened 15 years ago
Closed 15 years ago
statusbarpanel with text displays extra pixel of white border
Categories
(Mozilla Labs :: Jetpack Prototype, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 543585
People
(Reporter: myk, Unassigned)
References
Details
Attachments
(1 file)
3.54 KB,
image/png
|
Details |
On Mac OS X, a jetpack statusbarpanel with some text displays an extra pixel of white border at the top of the panel.
jetpack.statusBar.append({
html:"hi"
});
This is a regression from the fix for bug 535383, which made the more common image statusbarpanels look better. I'm not sure what the fix is, unfortunately, as this is one of the wonky consequences of the very hacky implementation of statusbarpanel styling because of bug 130078.
Tentatively marking this is depending on bug 130078, although it's possible we'll find a workaround.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•