Versions: Smart GWT 3.0 Full-Featured Trial, LGPL 2.5 & LGPL 3.0
Browsers: Firefox 9.0.1, Google Chrome 16.0.912.75 m, Internet Explorer 8
I’m currently evaluating the Smart GWT 3.0 Full-Featured trail version and was attempting to modify the TreeDragReparentSample Class posted on your Smart GWT Showcase Web Site to use check boxes for the nodes and leaves. The only modification I made to the class was to set the Selection Appearance to CHECKBOX. See attached file. The tree’s appearance was updated appropriately but the drag and drop behavior did not function as expected.
The first thing I noticed was that a node/leaf could not be dragged unless it was checked. The second thing I noticed was that if two or more nodes/leaves were selected and I attempted to drag and drop a node/leaf that was not the upper most node/leaf that was selected in the tree, the upper most node/leaf that was selected was the node/leaf that got moved to the drop target.
Are there other property settings that need to be set in order to create the same drag and drop behavior experience in trees that don’t display their nodes/leaves as checkboxes or is this a bug that hasn’t been reported before?
Browsers: Firefox 9.0.1, Google Chrome 16.0.912.75 m, Internet Explorer 8
I’m currently evaluating the Smart GWT 3.0 Full-Featured trail version and was attempting to modify the TreeDragReparentSample Class posted on your Smart GWT Showcase Web Site to use check boxes for the nodes and leaves. The only modification I made to the class was to set the Selection Appearance to CHECKBOX. See attached file. The tree’s appearance was updated appropriately but the drag and drop behavior did not function as expected.
The first thing I noticed was that a node/leaf could not be dragged unless it was checked. The second thing I noticed was that if two or more nodes/leaves were selected and I attempted to drag and drop a node/leaf that was not the upper most node/leaf that was selected in the tree, the upper most node/leaf that was selected was the node/leaf that got moved to the drop target.
Are there other property settings that need to be set in order to create the same drag and drop behavior experience in trees that don’t display their nodes/leaves as checkboxes or is this a bug that hasn’t been reported before?
Comment