Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 140968 [Firefox1.5]TOC in data with hyperlink failed.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 140968 [Firefox1.5]TOC in data with hyperlink failed.

- Summary:

- Bugzilla Bug (s) Resolved:
140968 [Firefox1.5]TOC in data with hyperlink failed.


- Description:
ENGINE use A tag to output the object with hyperlink. In such a element, the ID of the element is output using NAME instead of ID.

Output the elment id as both NAME and ID.

- Tests Description  :
Manual Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "add both ID and NAME to A element" -l "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top