Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Check In: Bugzilla Bug 178740 Missing <a> element in dynamic text when publish to pdf

- Summary:
Fixed Bugzilla Bug 178740 Missing <a> element in dynamic text when publish to pdf

- Bugzilla Bug(s) Resolved:
Bugzilla Bug 178740 Missing <a> element in dynamic text when publish to pdf.

- Description:

    We used a trick to resolve the problem. Inline container is not support by PDF layout.

    When an inline content is created, its children will be set as the children of the inline content’s block parent. The inline content is reserved to handle the style applied to its children.

 

- Tests Description  :

       Manual test

- Notes to Build Team:
      
It is checked into both 2.1.3 and 2.2.0
- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:
         "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java


- Files Added:

 

- Files Deleted

 

 


Back to the top