Changes between Initial Version and Version 1 of Ticket #6909, comment 1
- Timestamp:
- Oct 2, 2012, 5:47:59 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6909, comment 1
initial v1 1 1 maybe it is related to this jquery.ui.mouse.js 2 2 3 4 {{{ 3 5 _mouseDown: function(event) { 4 6 // don't let more than one widget handle mouseStart … … 18 20 return true; 19 21 } 22 }}} 20 23 24