#11272 closed bug (invalid)
Doesn´t work draggable
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have some intructions like:
$("#"+this.divname).draggable();
In 1.7 version works fine, but in 1.7.1 DOESNT WORK!!
Sorry my english.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Sorry, and thanks, i found a fix:
In another part of my code i have this:
document.ondragstart=noselect; document.onselectstart=noselect; document.onselect=noselect; function noselect(e) { return false; }
With 1.7 version draggables are running fine, but 1.7.1 doesnt work, then i removed the false returns of my event function. Now works. Why new version doesnt support now these events?
Thanks you and sorry my english.
Note: See
TracTickets for help on using
tickets.
Not really a bug report, since "DOESN'T WORK" isn't a test case. However, it sounds like you didn't update jQuery UI.
http://blog.jqueryui.com/2012/01/jquery-ui-1-8-17/ "The 1.8.17 release also brings support for jQuery 1.7.1."