#1488792 closed Bugs (fixed)
<area href> not working in message
| Reported by: | sromero | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8.3 |
| Component: | Core functionality | Version: | 0.7.2 |
| Severity: | normal | Keywords: | area-href |
| Cc: |
Description
Hi.
I've received HTML messages (newsletters) composed as a single image (about 3000 pixels high). Portions of the image are mapped to <AREA HREF> hyperlinks so that you can click on those areas and reach the associated URL.
The image is correctly displayed under roundcube but the <area href> tags are not working, as I can't click in the "links" to open the associated URLs.
The source code looks like:
<AREA href="http://www.domain.com/someurl/" shape=rect alt="" coords=2,2380,746,2495>
This works on Thunderbird, Outlook, Gmail, Hotmail, Yahoo, and Horde, but not in roundcube.
Thanks for any help in the subject,
Change History (8)
comment:1 Changed 7 months ago by alec
- Milestone changed from later to 0.9-beta
comment:2 Changed 7 months ago by sromero
Do you want me to include here the plain-text "code" (headers included) as received?
I could also directly send a test message (not a forward) to a given email address (maybe addressed to somewhere that can be read and tested in a working roundcube)... this way you'd have a working example. Is there something like testaddress@…?
Thanks.
comment:3 Changed 7 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
I thought it was a bigger issue with MAP handling, but it was href and shape attributes for AREA handling issue. Fixed in fb53c809a632a0f4122f0ef76cb8958a4ed7f6e1.
comment:4 Changed 7 months ago by sromero
Hi.
Is possible to fix it in 0.72? I mean, it's an easy / small patch or a simple code change that I could do directly in 0.72's source code?
I'm not sure I'm allowed to update from 0.72 to 0.9 in my server.
Thanks.
comment:5 Changed 7 months ago by alec
comment:6 Changed 7 months ago by sromero
Thanks a lot!
comment:7 Changed 7 months ago by sromero
It worked. Thanks a lot.
comment:8 Changed 6 months ago by thomasb
- Milestone changed from 0.9-beta to 0.8.3
Adjust milestone.

Provide a sample message for testing, please.