Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2008

Dragging between grids causes JavaScript error

XMLWordPrintable

      The following sample causes JS error while dragging in ZK 7.0.0-RC, but does not in ZK 6.5.5-SNAPSHOT.

      Also, the drag-allow and drag-disallow icons are not showing in ZK 7.0.0-RC.

      <window title="Drag between Grids">
          <hlayout>
              <grid hflex="1">
                  <columns>
                      <column>Grid 1</column>
                  </columns>
                  <rows>
                      <row draggable="true">drag this</row>
                  </rows>
              </grid>
              <grid droppable="true" hflex="1">
                  <columns>
                      <column>Grid 2</column>
                  </columns>
                  <rows>
                      <row>drop here</row>
                  </rows>
              </grid>
          </hlayout>
      </window>
      

            noahhuang noahhuang
            neillee neillee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: