Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 132213, 132288 --- Browser scripting control by retaining unsupported tags

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 132213,132288 --- Browser scripting control by retaining unsupported tags

Summary 
In text item only need to deal with the escape special characters: < > &.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 132213 --- Browser scripting control by retaining unsupported tags
Fix Bugzilla Bug 132288 --- Content in <script> tag cannot display when preview.

Description:
Why:
The old code will change '\n' to "<br>" tag.

Fix:
Now we only deal with the escape special characters: < > & in text item.
 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java#81 edit

/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLWriter.java#16 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top