Closed
Bug 469878
Opened 16 years ago
Closed 15 years ago
Unwrapping long header lines in the detailed view leaves the "more" indicator visible and active
Categories
(Thunderbird :: Message Reader UI, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b4
People
(Reporter: bugzilla.i.sekler, Assigned: dmosedale)
References
Details
(Whiteboard: [no l10n impact] [patch in bug 499989 expected to fix this])
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20081215 Firefox/3.2a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20081216 Thunderbird/3.0b2pre
If an email has a lot of entries in "to" or "cc" field, the clickable "more" indicator allows to unwrap the headerValueBox to display all the entries. If the message header pane is set to display details, the "more" indicator remains visible and clickable after the headerValueBox has been unwrapped.
Clicking the "more" indicator again makes it disappear, leaving no direct and obvious way to wrap headerValueBox again except of selecting another message.
Please ignore this bug report / mark it invalid if a fix for the Bug 456596 would turn this one obsolete.
Reproducible: Always
Steps to Reproduce:
1. Make the Thunderbird window wide enough or maximize it
2. Select an email with many entries in the "to" or "cc" field
3. If the message header pane was not set to show details yet, do it now
4. Click on "more".
Actual Results:
The "more" indicator has moved next to the "reply" button. Clicking it again will just make it collapse and disappear, leaving an unexperienced user without an easy option to fold the unwrapped field again.
Expected Results:
"more" is at least not shown anymore after Step 4 or, better, it turns into "less" to be able to wrap the headerValueBox again.
This behavior has been possibly introduced by checkins in Bug 456818.
Reporter | ||
Updated•16 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 1•16 years ago
|
||
The unwrapped "to" field below compared to the "to" field wrapped: "more" is still displayed.
Reporter | ||
Comment 2•16 years ago
|
||
Hope that this testcase will make it easier to reproduce the issue and to prevent the bug from making it into a post-b2 release, if no total overhaul of the new message header pane is planned anyway.
Comment 3•16 years ago
|
||
I see this too. Quite ugly.
Status: UNCONFIRMED → NEW
Component: Mail Window Front End → Message Reader UI
Ever confirmed: true
Flags: blocking-thunderbird3+
QA Contact: front-end → message-reader
Target Milestone: --- → Thunderbird 3.0b3
Assignee | ||
Comment 4•16 years ago
|
||
Current theory is to investigate doing the more & wrapping using a more XBL/DOM-centric strategy; the current implementation mostly uses CSS. davida suggests that the patch in bug 436555 has a trick for using CSS from JS to detect overflow that may be helpful.
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [b3ux]
Assignee | ||
Updated•16 years ago
|
Whiteboard: [b3ux] → [b3ux] [m1]
Updated•16 years ago
|
Whiteboard: [b3ux] [m1] → [b3ux][m1]
Assignee | ||
Comment 5•16 years ago
|
||
Patch is in progress, but, unfortunately, I got sucked into a security firedrill this past week. Pushing out to [m3].
Whiteboard: [b3ux][m1] → [b3ux][m3]
Assignee | ||
Updated•16 years ago
|
Whiteboard: [b3ux][m3] → [b3ux][m4]
Assignee | ||
Updated•16 years ago
|
Keywords: qawanted
Whiteboard: [b3ux][m4] → [b3ux][m4][likely to slip to m5]
Assignee | ||
Updated•16 years ago
|
Whiteboard: [b3ux][m4][likely to slip to m5] → [b3ux][m6]
Assignee | ||
Updated•16 years ago
|
Priority: P1 → P2
Assignee | ||
Updated•16 years ago
|
Target Milestone: Thunderbird 3.0b3 → Thunderbird 3.0b4
Updated•15 years ago
|
Whiteboard: [b3ux][m6] → [b3ux][m6][no l10n impact]
Assignee | ||
Updated•15 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•15 years ago
|
Whiteboard: [b3ux][m6][no l10n impact] → [no l10n impact] [patch in bug 499989 expected to fix this]
Assignee | ||
Comment 6•15 years ago
|
||
What's actually going on here is slightly different than what's described in comment 0: when the (more) on the To line is clicked and unfolded, it disappears. A different (more) shows up on the From line at that point.
The patch discussed thus far (that I think will probably fix this) actually belongs in bug 499989; I'll post it there shortly.
Assignee | ||
Comment 7•15 years ago
|
||
As far as I can tell (by using the test case provided here, which was very handy; thanks!), the <grid>ification patch in bug 469878 has made this problem go away. The nightlies built tomorrow (Thursday, September 10) will contain this fix. Resolving as FIXED; if you see this bug again in builds from September 10th or later, feel free to reopen.
You need to log in
before you can comment on or make changes to this bug.
Description
•