Closed
Bug 515729
Opened 15 years ago
Closed 15 years ago
Message Header View needs vertical space saving Digital Signing indicator
Categories
(Thunderbird :: Message Reader UI, defect)
Thunderbird
Message Reader UI
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b4
People
(Reporter: ronkillmer1, Assigned: clarkbw)
References
Details
(Keywords: regression, Whiteboard: [no l10n impact])
Attachments
(4 files, 2 obsolete files)
(deleted),
image/jpeg
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
patch
|
dmosedale
:
review+
dmosedale
:
ui-review+
standard8
:
approval-thunderbird3+
|
Details | Diff | Splinter Review |
On Stating the shredder Beta4pre build (Gecko/20090910 Shredder/3.0b4pre) and viewing a test message that was digitaly signed I did not see the Digitaly Signed notifier at the reight side of the Message Header View.
Rather I saw a twisted gray and red ribbon button running the full width of the message view. This was appeared to be inserted between the Header and Message views and was discovered to be a click able button. Onclick it did the same function as the old notifier.
The issue is this new notifier is consuming valuable vertical view space and a more space conserving alternate is prefered.
Flags: blocking-thunderbird3?
Comment 1•15 years ago
|
||
Please can you attach a screenshot. If it is different to what it was before, a screenshot showing before would be useful as well.
Updated•15 years ago
|
Whiteboard: [needs screenshots]
Assignee | ||
Comment 2•15 years ago
|
||
I had worked on bug 464106 which sounds similar, see screenshot in attachment 375727 [details]
Comment 3•15 years ago
|
||
Comment 4•15 years ago
|
||
This is also present on the mac.
Hardware: x86 → All
Whiteboard: [needs screenshots]
Comment 5•15 years ago
|
||
I bet this is a regression from Dan's changes in bug 499410
Blocks: 499410
Keywords: regression
Comment 6•15 years ago
|
||
we're not using the severity field to track blockers, but granting blocking flag.
Severity: blocker → normal
Flags: blocking-thunderbird3? → blocking-thunderbird3+
Target Milestone: --- → Thunderbird 3.0rc1
Reporter | ||
Comment 7•15 years ago
|
||
The screen shots in Comment #3 show the change well, tho old icons are a bit different with Windows.
While addressing this, if the old location is restored, I suggest removal of the spacers above and below the icons so they will float upward. With cases of Headers All the Icon is not shown till headers are scrolled. The new thing dealt with that case but with an expense Netbook users will have more problems with.
Updated•15 years ago
|
Whiteboard: [no l10n impact]
Assignee | ||
Comment 8•15 years ago
|
||
this moves the SMIME header over next to the date. (as of now the date is just under the header buttons, see bug 514452)
I don't have an encypted email or an encrypted + signed email to test with so all I've seen this working with is signed messages... on windows Vista.
screenshot to follow
Assignee | ||
Comment 9•15 years ago
|
||
here's the screenshot of the change. Note that I'm using the small icon because the large icon makes the entire header increase in size dramatically.
I think this might be a good interum fix for the b4 time frame. Post b4 I'd actually suggest using the small icon + text to describe the security status. Perhaps on it's own header row.
e.g.
from : me
subject : security
to : you
security : (s) signed (e) encrypted
Updated•15 years ago
|
Assignee: nobody → clarkbw
Whiteboard: [no l10n impact] → [no l10n impact][needs testing or updated patch]
Reporter | ||
Comment 10•15 years ago
|
||
I see an advantage from this solution. The method using a collapsed Col to contain the signed status icon caused flex of the header containing Col. Placement of the icon display field within the header col stabilizes the display.
Comment 11•15 years ago
|
||
This bug also affects the Display Mail User Agent extension in the same manner as the second set of screenshots in the first attachment (i.e. super stretched images). Will the patch fix that too?
Here's a link to the extension: https://addons.mozilla.org/en-US/thunderbird/addon/562
Assignee | ||
Comment 12•15 years ago
|
||
Looking at the screenshots of that extension it seems as though height usage is not a concern. That extension will need to be updated to use the "otherActionsBox" as it's id but otherwise could work just like it already does.
The current patch here likely won't fix that extension though it could use the code to try a similar route.
Assignee | ||
Comment 13•15 years ago
|
||
just for comparison here's what the large icon smime looks like. As you can see in the top screenshot it causes a blank vertical line in the header which in the bottom screenshot gets used by the cc line.
Assignee | ||
Comment 14•15 years ago
|
||
Here's a patch that continues to use the large icon. The removes the need for theme changes and as you can see from the attachment 400599 [details] it only adds a single line in the smallest header case.
The align="top" is what gets rid of the icon stretch as you see in the last screenshot and keeps the icon aligned correctly with the date.
I still haven't been able to test this with a message that is signed and encrypted so hopefully this works for those people.
Attachment #400191 -
Attachment is obsolete: true
Attachment #400606 -
Flags: review?(dmose)
Assignee | ||
Updated•15 years ago
|
Component: Mail Window Front End → Message Reader UI
OS: Windows Vista → All
QA Contact: front-end → message-reader
Whiteboard: [no l10n impact][needs testing or updated patch] → [no l10n impact][needs testing and review dmose]
Comment 15•15 years ago
|
||
Comment on attachment 400606 [details] [diff] [review]
updated smime header patch
r=dmose, but the align="top" should go on the master copy of dateValueBox rather than overlay (as written, it's likely to be confusing to folks noticing the difference between the master copy and what DOMi shows).
Attachment #400606 -
Flags: review?(dmose) → review+
Comment 16•15 years ago
|
||
updated version of the updated patch
Attachment #400606 -
Attachment is obsolete: true
Attachment #400612 -
Flags: ui-review+
Attachment #400612 -
Flags: review+
Updated•15 years ago
|
Keywords: checkin-needed
Whiteboard: [no l10n impact][needs testing and review dmose] → [no l10n impact]
Target Milestone: Thunderbird 3.0rc1 → Thunderbird 3.0b4
Updated•15 years ago
|
Attachment #400612 -
Flags: approval-thunderbird3?
Updated•15 years ago
|
Keywords: checkin-needed
Updated•15 years ago
|
Attachment #400612 -
Flags: approval-thunderbird3? → approval-thunderbird3+
Comment 17•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 18•15 years ago
|
||
This change broke SeaMonkey's header view completely, see bug 516679 - the file in mailnews/ is shared code. That's why it is in mailnews/ after all.
Assignee | ||
Comment 20•15 years ago
|
||
Comment on attachment 400612 [details] [diff] [review]
patch, v3
> <!-- perhaps this should be a customizable toolbar too -->
> <vbox id="otherActionsBox" align="end">
>- <hbox id="dateValueBox" flex="1"> <!--For extensions-->
>+ <hbox id="dateValueBox" align="top" flex="1"> <!--For extensions-->
This is my fault for introducing a mix up between css vertical align and the XUL align attribute. There is no align="top" but instead align="start" which I believe is the default. The current align="top" works because it simply destroys the inheritance of align="end" it was receiving. We should fix this to be align="start" in a follow up patch.
https://developer.mozilla.org/en/XUL%3aAttribute%3aalign
You need to log in
before you can comment on or make changes to this bug.
Description
•