Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Incubator ScrollTable and VStack Drag and drop

    Hi,
    I'm using SmartGwt v2.2 with Gwt 2.0 and Gwt-Incubator 1.7

    We're using a ScrollTable of GWT incubator in order to always have header visibility and the datatable contain complex cells.

    Each cell is composed with a VLayout (Main VLayout) which can contains multiple VLayout(Sub VLayout) with labels.

    If you look at the picture joined to this post you'll see the application main window.
    Each colored square content is a VLayout container.

    So I've looked in showcase the demo of smart gwt Drag and drop feature.
    I have added this drag and drop feature on these VLayout.

    I can drag and drop my cell content when scrolltable scrollbar are at 0(initial position).

    But if I scroll, Drop feature don't work on the good cells.
    If I use a little scroll (only fex pixels) I can drag but when I drop, the placement of the dropped object is bad(it goes to the original cell place).

    Does anyone has used ScrollTable with smart gwt component+drag and drop inside?

    I'm interesting in feedback if somebody have encountered the same problematic.
    Attached Files
Working...
X