Project

General

Profile

TreeView Drag and Drop example fails

Added by Tibor Miseta about 1 year ago

I am seeking for a web development framework for my next project and Wt looks a candidate.
I downloaded the 4.9.1 sources and evaluated the examples.

The drag and drop functionality in the TreeView-DragAnddrop example does not work.
I found that calling the setEnablebDropLocation() method is missing from the FolderView constructor.

Best regards:
Tibor


Replies (2)

RE: TreeView Drag and Drop example fails - Added by Roel Standaert about 1 year ago

That looks like a regression introduced by #8636.

RE: TreeView Drag and Drop example fails - Added by Korneel Dumon about 1 year ago

It is indeed a regression. After looking into it I think the change you suggest in FolderView is correct. The example was working before #8636 because of a "happy coincidence".

I added #11433.

    (1-2/2)