Summary | Subject double-escaped in the message view |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | chuck (at) horde (dot) org |
Created | 04/13/2009 (5929 days ago) |
Due | |
Updated | 01/13/2010 (5654 days ago) |
Assigned | 04/15/2009 (5927 days ago) |
Resolved | 05/19/2009 (5893 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Ticket #8185: Revert "Don't show subject in page header."This reverts commit ed1e359c809354bee6175215a63a10402ae22c68.
Truncate subject text in header also.
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=a253d734b1b1fc2b8b9376ddddeb5fdb7fd86e7e&r2=35ad9c6b347a412d110a8eac57564b7be9f94e6e
Bug #8185: Fix double encoding of subjects.http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-git&r1=bbdb7ec0f76401f339f207c0b376cb68014af47b&r2=48d0a5284f91e28c4e7f3cfc8f3cee7b1b119ae9
State ⇒ Resolved
fragment in the header and then the full one later, but then imo we
should truncate the one in the header (which I used to do, and
someone reverted).
in header (at 100 chars).
subjects, it is *very* difficult to read (and you can't truncate -
there needs to be at least one place where the full subject is
viewable). The better solution is to highlight/move the Subject
header display - not to display the subject in the header.
subject (which will often be the whole subject anyway) in the header
is really important imo. I have no problem with having the subject
fragment in the header and then the full one later, but then imo we
should truncate the one in the header (which I used to do, and someone
reverted).
much harder to pick up at a glance. If that means dropping links from
the subject I think it's more than a fair trade (yes, I asked for
that one also I know).
it is *very* difficult to read (and you can't truncate - there needs
to be at least one place where the full subject is viewable). The
better solution is to highlight/move the Subject header display - not
to display the subject in the header.
State ⇒ Feedback
harder to pick up at a glance. If that means dropping links from the
subject I think it's more than a fair trade (yes, I asked for that one
also I know).
State ⇒ Resolved
Also, it makes more sense to remove the duplicate subject info in the
header - now that we link URLs in the subject, it makes more sense to
display this with the other headers anyway. I've removed this
duplicate subject info in both IMP and the pop-up DIMP display.
Priority ⇒ 1. Low
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Subject double-escaped in the message view
Type ⇒ Bug
used in the header, but the one below To: ). So instead of seeing:
Re: New Message -> Attachment Button / Firefox 3
I see:
Re: New Message -> Attachment Button / Firefox 3
Given that this duplicates the header we might just remove it, too?