Bug 325074 - alt property of <area> tag was not supported in PDF emitter
Summary: alt property of <area> tag was not supported in PDF emitter
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.6.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 03:19 EDT by Xiaoying Gu CLA
Modified: 2010-09-15 03:45 EDT (History)
1 user (show)

See Also:


Attachments
sample report (2.60 KB, application/octet-stream)
2010-09-13 03:21 EDT, Xiaoying Gu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaoying Gu CLA 2010-09-13 03:19:34 EDT
BuildId:
2.6.1.v20100912-0630

Steps to reproduce:
1. Preview the attached report design, which contains a html text:
   "Dynamic Text:<img src ='http://www.baidu.com/img/logo.gif' width ='145' height ='126' alt='Planets' usemap ='#planetmap' />" +
"<map id ='planetmap' name='planetmap'><area shape ='rect' coords ='0,0,42,126' href ='http://baidu.com' target ='_blank' alt='Baidu' /><area shape ='rect' coords ='42,0,82,126' href ='http://google.cn' target ='_blank' alt='Google' /><area shape ='rect' coords ='82,0,122, 126' href ='http://sina.com' target ='_blank' alt='Sina' />aaaaa</map>"


2. Preview in pdf and web viewer (IE)

Expected result:
tooltip should be supported in pdf as well

Actual result:
Tooltip only works in IE web viewer.
Comment 1 Xiaoying Gu CLA 2010-09-13 03:21:43 EDT
Created attachment 178717 [details]
sample report
Comment 2 Xiaodan Wang CLA 2010-09-15 03:45:13 EDT
The hyperlink does not work in PDF either.