Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 119246 Chart ImageMap displays blue border

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 119246 Chart ImageMap displays blue border

Summary 

Bugzilla Bug (s) Resolved:
119246 Chart ImageMap displays blue border

Description:
The interactive Chart will create image-map with the chart image. In the HTML, all images with image-map are treated as hyperlinks, so the interactive chart will be applied with hyperlink style, which has blue-solid border for images.

That cause interactive charts have blue-solid border around them.

The ENGINE creates <object> for chart in SVG format, which is not HTML native codes, so border is added.

As the request, if the Interactive chart (image with image-map) has not defined the border, the ENGINE add border style "none" to those objects to remove the hyperlink decoration.

 
Test Description:
Manual Test, create a report design with three charts: interactive, interactive with border and none-interactive. The chart has border only it the user defineds the border in the report design.

 
Files Edited:
cvs ci -m "remove border decoration from interactive chart" -l "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
This affects the golden files used in ENGINE automatic smoke test.
 
Quotes to Documentation:


-Wei Yan




Back to the top