Closed
Bug 113017
Opened 23 years ago
Closed 23 years ago
<tree> bug with oversized favicons
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: mozilla, Assigned: hewitt)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
[From bug #108809] <trees> appear to have a problem with oversized favicons
(which we force to 16x16 via CSS)
As an example, add the URL above into your bookmarks then, with favicons turned
on in your preferences, visit that URL. You'll notice that the ICON isn't
positioned properly.
Note: As a temporary workaround, in "bookmarks.css" (in BOTH modern and classic
skins), we added the following rule:
max-width: 32px; /* 32 pixel hack to get too-large favicons to show; fix when
tree becomes outliner */
which should be fixed up after <tree> is fixed, replaced by <outliner>, whatever.
Reporter | ||
Comment 1•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Assignee | ||
Comment 2•23 years ago
|
||
fixed by 110156 tree conversion work
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•