Search and Top Navigation
#7755 closed feature (fixed)
Opened October 01, 2011 04:22PM UTC
Closed August 23, 2012 11:30AM UTC
Last modified July 07, 2013 07:01PM UTC
Core: Deprecate .disableSelection() and .enableSelection()
Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (5)
Changed October 01, 2011 04:28PM UTC by comment:1
priority: | minor → blocker |
---|---|
status: | new → open |
Changed May 10, 2012 11:34PM UTC by comment:2
milestone: | 1.9 → 1.next |
---|
Changed August 23, 2012 11:28AM UTC by comment:3
milestone: | 1.next → 1.9.0 |
---|
Changed August 23, 2012 11:30AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | open → closed |
Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - Core: Deprecate .disableSelection() and .enableSelection().
Changeset: c343598d2a21712d33895f21468411cef23ac687
Changed July 07, 2013 07:01PM UTC by comment:5
I can understand the logic behind this, however it's still a useful function when dealing with the HTML5 canvas element.