Search and Top Navigation
#10534 reopened feature ()
Opened August 11, 2014 12:19PM UTC
Last modified May 05, 2016 03:15AM UTC
Droppable: Remove $.ui.intersect()
Reported by: | mikesherov | Owned by: | mikesherov |
---|---|---|---|
Priority: | blocker | Milestone: | none |
Component: | ui.droppable | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently, droppable defines a function
$.ui.intersectwhich is only used in droppable itself and is not documented anywhere. I propose we move this method inside the closure. I also just removed a unit test that was testing it directly to rather test the functionality that relies upon it, so this should be fairly straightforward.
Attachments (0)
Change History (7)
Changed August 11, 2014 12:19PM UTC by comment:1
status: | new → open |
---|
Changed August 11, 2014 12:19PM UTC by comment:2
owner: | → mikesherov |
---|---|
status: | open → assigned |
Changed August 11, 2014 01:47PM UTC by comment:3
milestone: | none → 1.12.0 |
---|---|
priority: | minor → blocker |
Changed August 20, 2014 12:55PM UTC by comment:4
summary: | Droppable: move $.ui.intersect behind the closure → Droppable: Remove $.ui.intersect() |
---|
Changed November 05, 2014 11:21PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed May 04, 2016 10:59PM UTC by comment:6
milestone: | 1.12.0 → none |
---|---|
resolution: | fixed |
status: | closed → reopened |
This was re-exposed in f928f258b7978980a5f101b54f06778d14d219df to fix #14963. We'll hold off on the removal until we can release the droppable rewrite.
Changed May 05, 2016 03:15AM UTC by comment:7
In [changeset:"f928f258b7978980a5f101b54f06778d14d219df" f928f25]:
#!CommitTicketReference repository="" revision="f928f258b7978980a5f101b54f06778d14d219df"
Droppable: Re-expose
Fixes #14963
Ref #10534