Closed
Bug 784797
Opened 12 years ago
Closed 12 years ago
Excessive left margin in conversation pane
Categories
(Thunderbird :: Instant Messaging, defect)
Tracking
(thunderbird16 fixed, thunderbird17 fixed)
RESOLVED
FIXED
Thunderbird 18.0
People
(Reporter: JoeS1, Assigned: Paenglab)
References
Details
Attachments
(3 files, 1 obsolete file)
14.52 KB,
image/gif
|
Details | |
2.24 KB,
patch
|
florian
:
review+
andreasn
:
ui-review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
2.25 KB,
patch
|
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
Since 20120822 the conversation pane show an excessive left margin.
bug 768919 ?
It looks fine in win 7 on a wide reso monitor, but pretty ugly on my laptop and oldish winxp systems.
Assignee | ||
Comment 1•12 years ago
|
||
Andreas, what do you think about this Bug? 150px may be a little bit wide and gives a lot of white space. We could use 12ch instead of 150px. The advantage would be the width would be adapted depending the font size.
Comment 2•12 years ago
|
||
Would a size in % work in this case?
Assignee | ||
Comment 3•12 years ago
|
||
Something like nick is 15% of chat width? Wouldn't this make the nick go in overflow earlier on narrow windows and then harder to recognize?
Comment 4•12 years ago
|
||
What about a min-width and a max-width in px or ch, and a width in % ?
(mostly thinking out loud at this point; I'm not saying this is what we should do.)
Comment 5•12 years ago
|
||
(In reply to Richard Marti [:Paenglab] from comment #1)
> Andreas, what do you think about this Bug? 150px may be a little bit wide
> and gives a lot of white space. We could use 12ch instead of 150px. The
> advantage would be the width would be adapted depending the font size.
That sounds good to me.
Assignee | ||
Comment 6•12 years ago
|
||
Patch only changing the width to 12ch. This saves on my system 40px. With this width the nick 'cricccoulson' is fully visible. With 10ch it is already shortend and has an ellipsis at the end.
If this patch is used on TB < 17 then calc() needs to be changed to -moz-calc()
Attachment #656129 -
Flags: feedback?(nisses.mail)
Attachment #656129 -
Flags: feedback?(florian)
Comment 7•12 years ago
|
||
Comment on attachment 656129 [details] [diff] [review]
patch
ch seems to give issues with bold text
Attachment #656129 -
Flags: feedback?(nisses.mail) → feedback-
Assignee | ||
Comment 9•12 years ago
|
||
This patch is now using a width of 15% for the pseudo. To make a gap between pseudo and message I used calc(). For TBs <17 this would need -moz-calc(). To help to identify the pseudo when it's abbreviated, hovering it shows now a tooltip.
Assignee: nobody → richard.marti
Attachment #656129 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #656129 -
Flags: feedback?(florian)
Attachment #659491 -
Flags: ui-review?(nisses.mail)
Attachment #659491 -
Flags: review?(florian)
Comment 10•12 years ago
|
||
Comment on attachment 659491 [details] [diff] [review]
Patch v2
Looks good to me ui-wise and don't have the issue with boldtext that the previous patch had.
I'm also ok with the labels.
Attachment #659491 -
Flags: ui-review?(nisses.mail) → ui-review+
Comment 11•12 years ago
|
||
Comment on attachment 659491 [details] [diff] [review]
Patch v2
Should we also take this for Thunderbird 16 and 17?
Attachment #659491 -
Flags: review?(florian) → review+
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 12•12 years ago
|
||
Comment on attachment 659491 [details] [diff] [review]
Patch v2
[Approval Request Comment]
This impoves the display on small screens
Attachment #659491 -
Flags: approval-comm-aurora?
Assignee | ||
Comment 13•12 years ago
|
||
[Approval Request Comment]
This improves the display on small screens.
The only change to the other patch is -moz-calc() instead of calc() which is supported beginning with Gecko 17.
Attachment #660862 -
Flags: approval-comm-beta?
Comment 14•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 18.0
Updated•12 years ago
|
Attachment #659491 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Updated•12 years ago
|
Attachment #660862 -
Flags: approval-comm-beta? → approval-comm-beta+
Comment 15•12 years ago
|
||
Checked in:
https://hg.mozilla.org/releases/comm-aurora/rev/696012ce0843
https://hg.mozilla.org/releases/comm-beta/rev/5890b17265c7
status-thunderbird16:
--- → fixed
status-thunderbird17:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•