]
Kris Verlaenen updated DROOLS-2140:
-----------------------------------
Sprint: 2017 Week 45-46, 2017 Week 47-48 (was: 2017 Week 45-46)
[Guided Decision Table] Dragging table should be disabled when
pinned
---------------------------------------------------------------------
Key: DROOLS-2140
URL:
https://issues.jboss.org/browse/DROOLS-2140
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Affects Versions: 7.4.1.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
If you enter "pinned mode" it is still possible to drag the table using the
"drag handle" (i.e. table name cell). This appears to be caused by
{{GridWidgetDnDMouseMoveHandler.findGridColumn(...)}} that sets the DnD state to
{{GRID_MOVE_PENDING}} when over the "drag handle" even if the table is
"pinned".
Panning is OK.