Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix Bugzilla Bug 116180-[SPM]Dataset can not be previewed in report designer on Mac

- Summary:

Fixed Bugzilla Bug 116180-[SPM]Dataset can not be previewed in report designer on Mac.

- Bugzilla Bug (s) Resolved: 116180

- Description:

This bug is caused by the implementation of org.eclipse.swt.widgets.Tree towards Mac. When user drag a selected object and move it still in the source View, and if the View is a Tree, the method getSelection() of Tree will set the selected object as "null". We added a ArrayList to store the selected object when it is first draged, and set the drag source data using this ArrayList. By this way, remove the effect mentioned above.

- Tests Description: Manual test and code review.

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Added:

- Files Edited:

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/DesignElementDragAdapter.java

 

 

 

Regards,

 

Hongchang Lin

Actuate Software (Shanghai)

86-21-58826388

 


Back to the top