#7755 closed feature (fixed)
Core: Deprecate .disableSelection() and .enableSelection()
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We shouldn't allow developers to mess with text selection. This was originally for the interaction plugins, but they're all handling text selection properly on their own at this point.
Change History (5)
comment:1 Changed 11 years ago by
Priority: | minor → blocker |
---|---|
Status: | new → open |
comment:2 Changed 11 years ago by
Milestone: | 1.9 → 1.next |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.next → 1.9.0 |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:5 Changed 10 years ago by
I can understand the logic behind this, however it's still a useful function when dealing with the HTML5 canvas element.
Note: See
TracTickets for help on using
tickets.
Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - Core: Deprecate .disableSelection() and .enableSelection().