[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 120076 --- Html id is expected instead of iid
|
Title: [birt-dev]CheckIn: Fix Bugzilla Bug 120076 --- Html id is expected instead of iid
Description:
Why: Id is the key to find out the active element. IID is used to extract data.
Engine api needs to return list of active elements' id to activate interactive
objects and enable the highlighting.
Fix: Modify HTMLReportEmitter source to add id to Table, Extended and List item.
Regression: Yes/No
No
Code Owner:
Shanghai Engine Team
Code Reviewers:
Shanghai Engine Team
Tests:
Unit test
Test Automated: Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
Files Changed:
src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
src/org/eclipse/birt/report/engine/presentation/LocalizedEmitter.java
src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java
test/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskTest.java
Files Shared:
None
Files Added:
None
Files Deleted:
None
Defect Entries Resolved:
None
Case Entries Resolved:
None
Notes to Developers:
None
Notes to QA:
None
Notes to Documentation:
None
Notes to Configuration Management:
None
Notes to Support:
None
Notes to Product Marketing:
None