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

Texbox dragging issue within the draggble container

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.0, 5.0.11
    • 5.0.10, 6.0.0
    • None

      I have a Textbox within a Lisitem.. listitem is set to be draggable.... now the problem is, when I am trying to select text inside the textbox with the mouse, Listitem is getting dragged... here is a sample code

      <listbox height="250px" width="200px" droppable="true" multiple="true" >
      <listitem draggable="true" droppable="true" >
      <listcell label="ZK Studio" >
      <textbox value="some text for test 1" />
      </listcell>
      </listitem>

      <listitem draggable="true" droppable="true" >
      <listcell label="ZK Studio" >
      <textbox value="some text for test 2" />
      </listcell>
      </listitem>
      </listbox>

      I do not want the listitem to be dragged when I am trying to select some text inside the textbox with the mouse....... is there any fix for this??

            TonyQ TonyQ
            nitishamraji nitishamraji
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: