Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: checkin to 2.2.1 head ------ Fix Bugzilla Bug 194179 [SVG][Firefox]"Internal Bookmark" does not work in chart interactivity [13]

Summary:
Bugzilla Bug 194179 [SVG][Firefox]"Internal Bookmark" does not work in chart interactivity [13]

Bugzilla Bug (s) Resolved: 194179

Description:
To invoke external _javascript_ function in SVG chart, IE and Firefox have the different behavior.

Use the following _javascript_ code to fix it.

        _javascript_: try {catchBookmark('bookmark');}catch(e) {parent.catchBookmark('bookmark');};

 

Tests Description: Manual test

Notes to Build Team:

Notes to Developers :

Notes to QA:

Notes to Documentation :

Files Edited:
/cvsroot/birt/source/org.eclipse.birt.report.viewer/birt/webcontent/birt/pages/layout/FramesetFragment.jsp

/cvsroot/birt/source/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java

 

Files Added:

 

Files Deleted:

 

 

Thanks And Best Regards,

Jerry Cheng

Actuate Corporation - Shanghai R&D Center

*: ycheng@xxxxxxxxxxx

 


Back to the top