Closed
Bug 690526
Opened 13 years ago
Closed 13 years ago
Compose window address list won't resize smaller once made bigger
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(thunderbird8+ fixed, thunderbird9+ fixed)
RESOLVED
FIXED
Thunderbird 10.0
People
(Reporter: joe, Assigned: squib)
References
Details
Attachments
(1 file)
8.87 KB,
patch
|
standard8
:
review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
Put several addresses into your compose window. Resize the address list:
http://imgur.com/92faF
Now try to resize it smaller:
http://imgur.com/c6lsc
This seems to be a permanent state for the compose window now.
Comment 1•13 years ago
|
||
That's an interesting one. Using DOM Inspector, I can find the toolbox element with id="FormatToolbar" and change its height to something small to reset the location of the bar.
tracking-thunderbird8:
--- → ?
Comment 2•13 years ago
|
||
Err, I meant id="FormatToolbox"
Assignee | ||
Comment 3•13 years ago
|
||
So the issue here is that, previously, the next sibling of the splitter had flex="1" so everything worked out. Then the splitter got moved above the FormatToolbox, which wasn't flexy. The solution is to make the flexy vbox encompass both the FormatToolbox and the message body.
Here's a patch to do this, which is mostly indentation changes.
Assignee: nobody → squibblyflabbetydoo
Status: NEW → ASSIGNED
Attachment #563580 -
Flags: review?(mbanner)
Updated•13 years ago
|
Summary: address list won't resize smaller once made bigger → Compose window address list won't resize smaller once made bigger
Updated•13 years ago
|
tracking-thunderbird9:
--- → +
Comment 5•13 years ago
|
||
Comment on attachment 563580 [details] [diff] [review]
Fix this
r=me. Please also use hg transplant to put this on aurora & beta. I don't think this will adversely affect extensions, and I'd like to push the fix out as soon as possible.
Attachment #563580 -
Flags: review?(mbanner)
Attachment #563580 -
Flags: review+
Attachment #563580 -
Flags: approval-comm-beta+
Attachment #563580 -
Flags: approval-comm-aurora+
Assignee | ||
Comment 6•13 years ago
|
||
Checked in:
http://hg.mozilla.org/comm-central/rev/4ab5a3448398
http://hg.mozilla.org/releases/comm-aurora/rev/4cd6e224028d
http://hg.mozilla.org/releases/comm-beta/rev/f3abe099d38e
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-thunderbird8:
--- → fixed
status-thunderbird9:
--- → fixed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 10.0
You need to log in
before you can comment on or make changes to this bug.
Description
•