Closed
Bug 874929
Opened 12 years ago
Closed 12 years ago
Adjust feed subscribe dialog css for recent folderpicker menulist changes
Categories
(Thunderbird :: Theme, defect)
Thunderbird
Theme
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 24.0
People
(Reporter: alta88, Assigned: alta88)
Details
Attachments
(1 file, 1 obsolete file)
|
1.75 KB,
patch
|
alta88
:
review+
Paenglab
:
ui-review+
|
Details | Diff | Splinter Review |
moving between a folder and feed in the tree causes the info section to jump due to height differences in menulist and textbox.
Assignee: nobody → alta88
Attachment #752799 -
Flags: review?(richard.marti)
Comment 2•12 years ago
|
||
Comment on attachment 752799 [details] [diff] [review]
patch
Good catch
On Windows and Linux it's looking good and fixes the jumping. On OS X it is still jumping because 2.3em is less tall than the menulist is. Either changing the height to 2.5em or removing the line '#rssFeedInfoBox row,' would solve this. But let still removed the #selectFolder rule (this one is causing the jumping on OS X).
The code is looking good, so r+. ui-r- for the OS X jumping.
Attachment #752799 -
Flags: ui-review-
Attachment #752799 -
Flags: review?(richard.marti)
Attachment #752799 -
Flags: review+
updated. i wonder if the #statusContainerBox height rule is even needed on osx?
Attachment #752799 -
Attachment is obsolete: true
Attachment #752892 -
Flags: ui-review?(richard.marti)
Attachment #752892 -
Flags: review+
Comment 4•12 years ago
|
||
Comment on attachment 752892 [details] [diff] [review]
updated
No jumping now also on OS X.
(In reply to alta88 from comment #3)
> Created attachment 752892 [details] [diff] [review]
> updated. i wonder if the #statusContainerBox height rule is even needed on
> osx?
It's needed. Without this rule the box is only 4px tall and grows when a status text/progress meter is shown.
Attachment #752892 -
Flags: ui-review?(richard.marti) → ui-review+
ok, thanks. especially for the fast turnaround.
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 24.0
Comment 7•12 years ago
|
||
Backed out:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=2defb982c769
Looks like a warnings-as-errors failure.
Comment 8•12 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #7)
> Backed out:
> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=2defb982c769
>
>
> Looks like a warnings-as-errors failure.
Ack, wrong bug. :\
You need to log in
before you can comment on or make changes to this bug.
Description
•