Summary | Mobile view (smart phone): Email addresses in the subject turn into broken HTML |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/22/2012 (4700 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | |
Resolved | 08/23/2012 (4699 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit f791fc06d2d0a21ce2479707a8d1ed496ca85cc1
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 22 21:04:36 2012 -0600
[mms] More complete handling of linked data in subject header
across views (
Bug #11372).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 2 +-
imp/lib/Ajax/Application/ShowMessage.php | 8 +++++++-
imp/lib/Dynamic/Message.php | 4 +++-
imp/lib/Ui/Message.php | 6 ++++--
imp/package.xml | 2 ++
6 files changed, 19 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/f791fc06d2d0a21ce2479707a8d1ed496ca85cc1
State ⇒ Resolved
commit f791fc06d2d0a21ce2479707a8d1ed496ca85cc1
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 22 21:04:36 2012 -0600
[mms] More complete handling of linked data in subject header
across views (
Bug #11372).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 2 +-
imp/lib/Ajax/Application/ShowMessage.php | 8 +++++++-
imp/lib/Dynamic/Message.php | 4 +++-
imp/lib/Ui/Message.php | 6 ++++--
imp/package.xml | 2 ++
6 files changed, 19 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/f791fc06d2d0a21ce2479707a8d1ed496ca85cc1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mobile view (smart phone): Email addresses in the subject turn into broken HTML
Type ⇒ Bug
State ⇒ Unconfirmed
when there's an email address in the subject, it will turn into broken
HTML code:
"Adress in subject test <a href="#"
onclick="void(HordePopup.popup('%7B%22url%22%3A%22%5C%2Fhorde%5C%2Fimp%5C%2Fcompose.php%22%2C%22params%22%3A%7B%22Horde%22%3A%221tre0d6lu0357v5515d8fpobi1%22%2C%22to%22%3A%22slusarz%40horde.org%22%7D%7D'));;return
false;">slusarz@horde.org</a>"
Too much XSS escaping?
Cheers,
Thomas