Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix[Bugzilla] 131246: [regression] cannot drag data set column into layout

Title: Message
-Summary: [regression] cannot drag data set column into layout

- Bugzilla Bug (s) Resolved: 131246

- Description:
This bug occured after i fixed bug 124821.
Because in CopyAction.IsEnabled(), it call the function DNDUtil.handleValidateDragInOutline(). It means that if an element can be draged to a layout, then it can be copy, so I changed the function DNDUtil.handleValidateDragInOutline(). When a DataSetItemModel is selected, it return false, and rovoking this bug.
- Tests Description: Munal

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Added:

- Files Edited:

/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CopyAction.java



Back to the top