Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---117613 Bookmark doesn't work for a table footer row in PDF preview.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---117613 Bookmark doesn't work for a table footer row in PDF preview.

Summary 

Bugzilla Bug (s) Resolved:
117613 Bookmark doesn't work for a table footer row in PDF preview.
Description:
Why:
        Most of the attribute values in FO must be lower cased, such as "normal", "larger" etc, there are still some attribute case sensitive. Those attributes include ID (bookmark), URL (image source, hyperlink etc). The fop emitter forget set the ID to be case sensitive, so it converts all bookmarks to lowercased.

Fix:
        Keep the ID, Font Family as case senstitive attribute.

 
Test Description:
Manual Test, reexecute the report design.
 
Files Edited:
"/org.eclipse.birt.report.engine.emitter.fo/src/org/eclipse/birt/report/engine/emitter/fop/FOPReportEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top