#5477 closed bug (fixed)
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.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in d38e20a