| Summary | Inline links in HTML messages load message.php in IFRAME |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 11/10/2009 (5863 days ago) |
| Due | |
| Updated | 09/07/2010 (5562 days ago) |
| Assigned | 11/15/2009 (5858 days ago) |
| Resolved | 09/07/2010 (5562 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Bug #8695: Fix broken internal anchors in HTML data in Mozillahttp://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05&r2=5c72a1a95ac53a826d79516138c3ee6f772a4b5e
the Firefox bug, but at least doesn't reload the iframe. Or maybe take
a look at other webmailers if/how they fix it. Though I guess most of
them don't create a dynamic iframe, but just load the message again in
the iframe.
https://bugzilla.mozilla.org/show_bug.cgi?id=359190
Priority ⇒ 1. Low
State ⇒ Feedback
Opera). It appears to be a bug with the way FF treats IFRAME's that
are populated using open(), write(), and close(); if loaded from a src
URL, this doesn't occur. Since this is a browser bug, not really sure
what we can do about it - especially since the alternative (loading
the HTML data through a separate call) is really not an option for
performance reasons.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Inline links in HTML messages load message.php in IFRAME
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
the HTML, the IFRAME is not scrolling down to that link, instead
message.php is completely loaded into the IFRAME with the anchor hash
attached to the loaded URL.