Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix a bug that might cause calling page.leave method even without leaving this page(Head + 2.1.1 Branch ).

Title: CheckIn:Fix a bug that might cause calling page.leave method even without leaving this page(Head + 2.1.1 Branch ).

- Summary:
Fix a bug that might cause calling page.leave method even without leaving this page (Head + 2.1.1 Branch ).

- Bugzilla Bug (s) Resolved:
None

- Description:
When user switches to one page in dataSetEditor, here user accidentally clicks the current page node again, it will active page.canLeave method. It is bad because it will cause some unwanted operation when canLeave operation is called: For example, in datasetParameterPage, it will call updateDataSetDesign in canLeave method, which will cause losing parameter attributes in current page.Fix it in source!

- Tests Description:
Manual test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java

- Files Added:

- Files Deleted



Back to the top