Closed Bug 302946 Opened 19 years ago Closed 19 years ago

Each favicon in sidebar are truncated at the bottom

Categories

(Firefox :: Bookmarks & History, defect)

x86
All
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 301776

People

(Reporter: tracy, Assigned: philor)

References

Details

(Keywords: regression)

Attachments

(2 files)

Seen on Windows and linux DP builds on 2005/08/01 -Open the bookmarks sidebar -open the quick search folder for comparison: -Open the Google quicksearch page tested results: notice each of the icons in the sidebar are cut off at the bottom. Compare to the favicon of the Tab icon. expected results: the favicons should not be truncated.
This is not a problem on Mac
Hardware: All → PC
I'm guessing this regressed because of bug 301776, but whether that bug is responsible for this bug or just exposed this bug I don't know.
This affects the icons in history sidebar as well.
Flags: blocking-aviary1.5?
*** Bug 303308 has been marked as a duplicate of this bug. ***
Attached patch Little more min-height (deleted) — Splinter Review
If you add 2 px of top- and bottom-margin, you're likely to need to increase the min-height.
Assignee: nobody → bugzilla
Status: NEW → ASSIGNED
Attachment #191533 - Flags: review?(mconnor)
Removing request to block 1.5 since the 1.5flags are not being used anymore and requesting to block 1.8b4.
Flags: blocking-aviary1.5? → blocking1.8b4?
Flags: blocking1.8b4? → blocking1.8b4-
Attached patch mRowHeight added border+padding (deleted) — Splinter Review
The hight of one row |mRowHeight| should be calculated as margin + border + padding + height, shouldn't it? Current code ignores borders and paddings (thus current |height| contains such stuff instead). In my patch, the line "height: 1.3em" is changed in order not to change the current UI. Other sources that should be corrected with this patch: http://lxr.mozilla.org/mozilla/source/layout/forms/resources/skin/select.css#66 http://lxr.mozilla.org/mozilla/source/mail/themes/qute/mail/tree.css#62 http://lxr.mozilla.org/mozilla/source/themes/classic/global/mac/tree.css#71 http://lxr.mozilla.org/mozilla/source/themes/classic/global/win/tree.css#72 http://lxr.mozilla.org/mozilla/source/themes/modern/global/tree.css#69 http://lxr.mozilla.org/mozilla/source/toolkit/themes/pinstripe/global/tree.css#71
Comment on attachment 191533 [details] [diff] [review] Little more min-height I'm not going to bump the min-height on all app treerows to fix an app detail like this. We should be able to specify a slightly-increased tree row size for the bookmarks sidebar if that's the best way to fix this.
Attachment #191533 - Flags: review?(mconnor) → review-
Sending this back to bug 301776, from whence it came, and where it sounds like it may disappear again. *** This bug has been marked as a duplicate of 301776 ***
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
*** Bug 309123 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: