-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.7, 8.0.1.1
-
None
-
Security Level: Jimmy
-
None
-
Firefox.
Reproduced in FF 43.0.1
-
None
If a textbox is located in a draggable row, text selection in the textbox is not available in Firefox.
Reproduced with:
<zk> <grid> <columns sizable="true"> <column label="label" width="50px"/> <column label="textbox"/> </columns> <rows> <row draggable="true"> <label value="test"/> <textbox value="test text" width="99%"/> </row> </rows> </grid> </zk>
- relates to
-
ZK-3195 Firefox Drag n Drop doesn't give "droppable" status after bugfix 3140
- Closed