Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 142551 Drag and drop in Edit Data Set does not work properly

Title: CheckIn:Fix bugzilla bug 142551 Drag and drop in Edit Data Set does not work properly

- Summary:
Fix bugzilla bug
142551

- Bugzilla Bug (s) Resolved:
Bug
142551: Drag and drop in Edit Data Set does not work properly

- Description:
Before M5, this bug cannot be reproduced. So I always suppose that this bug is caused by eclipse.SWT package. But after SWT has resolved the several bug on styleTexts DND problem. This bug still exists. And I found the style of dragOver feedback is not correct in our source. We should use DND.FEEDBACK_SELECT style instead of the former DND.FEEDBACE_INSERT_BEFORE. Fix it in source code.

- Tests Description:
UI Feature

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java


- Files Added:

- Files Deleted


Back to the top