Opened 13 years ago
Closed 5 years ago
#6284 closed enhancement (patchwelcome)
function to test if coordinate is in dom element like http://www.prototypejs.org/api/position/within
Reported by: | harobed | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | HTML | Version: | 1.0 |
Keywords: | dom needsreview | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
I work on low level drag and drop as easy as scriptaculous (http://article.gmane.org/gmane.comp.web.dojo.user/31297/match=klein+stephane). In my code I need to test if coordinate is in dom element. This function is like "http://www.prototypejs.org/api/position/within".
Few month ago I've spoke about this function (http://article.gmane.org/gmane.comp.web.dojo.user/31417/match=klein+stephane). Now I suggest my path.
Regards, Stephane
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | within.harobed.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
I doubt we want to add more functions into dojo core (perhaps into dojox) but in any case moving all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.2 → future |
comment:3 Changed 9 years ago by
Keywords: | needsreview added |
---|
comment:4 Changed 9 years ago by
Milestone: | future → tbd |
---|---|
Owner: | changed from sjmiles to Eugene Lazutkin |
Status: | new → assigned |
comment:5 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Sorry, this patch is very stable and we should have given it more attention 8 years ago! Would reconsider a pull request against master. Closing as patchwelcome.
dojo.within patch