Actions
Bug #11433
closedregression in treeview dragdrop example
Start date:
03/14/2023
Due date:
% Done:
100%
Estimated time:
Description
The example is broken because of changes in #8636. The example didn't call setEnablebDropLocation()
(or the old setDropsEnabled()
). The reason that it used to work was that the example overrides the onDropEvent
method and doesn't check if drops are enabled. Issue #8636 changed Wt so the event is no longer generated from javascript if it is not enabled. Therefore the example now explicitly needs to enable drops.
Updated by Roel Standaert over 1 year ago
- Status changed from InProgress to Review
- Assignee changed from Korneel Dumon to Roel Standaert
Updated by Roel Standaert over 1 year ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Roel Standaert to Korneel Dumon
- % Done changed from 0 to 100
Updated by Roel Standaert over 1 year ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 1 year ago
- Status changed from Resolved to Closed
Actions