Search and Top Navigation
#5477 closed bug (fixed)
Opened April 02, 2010 09:08PM UTC
Closed April 02, 2010 09:13PM UTC
Last modified April 21, 2010 01:18PM UTC
core: enableSelection and disableSelection should only prevent native browser text selection
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | ui.core | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The UI Core utility methods .enableSelection() and .disableSelection() are designed to prevent native browser text selection on elements. The current implementation also prevents jQuery UI Selectable selection. This should be removed as it is beyond the scope of these as general utility methods.
Fixed in d38e20a