Texbox dragging issue within the Listitem
2 Feb 2012 16:09:41 GMT
3 Feb 2012 01:25:45 GMT
3 Feb 2012 01:25:45 GMT
Hi
after test your code, I think this could be a bug or at least, a unpreasent UI behavior
Could you post bug at here, and see if it's kind of a bug ?
ZK - Open Source Ajax Java Framework
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??
thanks,
Nitish