Closed
Bug 519051
Opened 15 years ago
Closed 15 years ago
[faceted search] sidebar don't go all the way down if few searches found
Categories
(Thunderbird :: Search, defect)
Thunderbird
Search
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: andreasn, Assigned: andreasn)
References
Details
(Whiteboard: [no l10n impact])
Attachments
(1 file)
531 bytes,
patch
|
davida
:
review+
clarkbw
:
ui-review+
|
Details | Diff | Splinter Review |
If only one or two searches is found, the sidebar don't go all the way to the bottom of the page.
Updated•15 years ago
|
Flags: wanted-thunderbird3+
OS: Linux → All
Hardware: x86 → All
Summary: sidebar don't go all the way down if few searches found → [faceted search] sidebar don't go all the way down if few searches found
Whiteboard: [no l10n impact][has patch]
Target Milestone: --- → Thunderbird 3.0rc1
Comment 1•15 years ago
|
||
This cleans up the layout for our empty and busy pages so marking as such. Also means this inherits blocking+
Updated•15 years ago
|
Attachment #403041 -
Flags: review?(david.ascher)
Comment 2•15 years ago
|
||
Comment on attachment 403041 [details] [diff] [review]
patch to fix the issue
david can you take a look at this? The only thing I'm slight unsure about is the min-height: 100%; I didn't think that would do anything over a height: 100%;
Comment 3•15 years ago
|
||
Comment on attachment 403041 [details] [diff] [review]
patch to fix the issue
this looks right and from some limited testing is working well for me. With 1,2,4,6,20 result sets the sidebar is always full height.
Attachment #403041 -
Flags: ui-review+
Assignee | ||
Comment 4•15 years ago
|
||
(In reply to comment #2)
> (From update of attachment 403041 [details] [diff] [review])
> david can you take a look at this? The only thing I'm slight unsure about is
> the min-height: 100%; I didn't think that would do anything over a height:
> 100%;
The min-height part is what I've picked up should work when searching for this (like http://th1rty7.blogspot.com/2008/02/100-height-div-in-firefox.html), but I'll test if it works with just height: 100%; (or perhaps height: auto; ?)
Comment 5•15 years ago
|
||
Comment on attachment 403041 [details] [diff] [review]
patch to fix the issue
both min-height and height seem to work for me on mac.
Attachment #403041 -
Flags: review?(david.ascher) → review+
Updated•15 years ago
|
Keywords: checkin-needed
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [no l10n impact][has patch] → [no l10n impact]
You need to log in
before you can comment on or make changes to this bug.
Description
•