Opened 14 years ago
Closed 13 years ago
#3247 closed bug (invalid)
Treeview sortable captures mouse when disabled
Reported by: | ivan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The sortableTree widget prevents interaction with the list contents even when it is disabled. I guess it should have a mouseCapture method that returns false when it is not active:
mouseCapture: function(e){ if (this.disabled) return false; }
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
The previous snippet should be