Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117832 [Smoke][Regression]Bookmark link doesn't work

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117832 [Smoke][Regression]Bookmark link doesn't work

Summary 

Bugzilla Bug (s) Resolved:
117832 [Smoke][Regression]Bookmark link doesn't work

Description:
Why:
     If the hyperlink is linked to the local resource, the Mozilla and IE use different encoding to encode the URL. That's why we use urlEncoding in the RenderContext. But for the bookmarks,it is no need to encode the bookmark as the source and target of this kind of hyperlink is in the same resource.

Fix:
    don't encode the bookmark.

 
Test Description:
Manul Test
 
Files Edited:
"/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top