| Summary | Inline links in HTML messages load message.php in IFRAME |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Feedback |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | Jan Schneider <jan (at) horde (dot) org> |
| Created | 11/10/09 (121 days ago) |
| Due | |
| Updated | 11/16/09 (115 days ago) |
| Assigned | 11/14/09 (117 days ago) |
| Resolved | |
| Attachments | |
| Milestone | |
| Patch | No |
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.
State ⇒ Assigned
Patch ⇒
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Inline links in HTML messages load message.php in IFRAME
Type ⇒ Bug
Priority ⇒ 2. Medium
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.