-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.1.2
-
Security Level: Jimmy
-
ZK 8.6.0 S1
-
None
Steps to Reproduce
1. runt the attached zul with Firefox, Atlantic theme (8.5.0)
2. dragging the first row, drop on the "drop target" grid
Current Result
nothing happened
Expected Result
client log message: dropped on: droptarget
Debug Information
- only happens on firefox, atlantic
Workaround
<style> .gecko .z-draggable-over * { -moz-user-select: none; } </style>