Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 129563 and 135444 -- html title refresh and encoding when preview in "web viewer" and "html"

 

Summary:

 Fix 129563 and 135444 -- html title refresh and encoding when preview in "web viewer" and "html".
- Bugzilla Bug (s) Resolved:
129563, 135444

- Description:

1. Html title does not refresh when previewing in “html”.

2. Set a default title to the html page if the design file did not specify it.

3. Override getReportTitle() in ViewerAttributeBean to get a non-empty value of title.
- Tests Description:

 Unit test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java;

    


Back to the top