Side navigation
#11272 closed bug (invalid)
Opened February 02, 2012 02:29PM UTC
Closed February 02, 2012 02:32PM UTC
Last modified February 02, 2012 08:37PM UTC
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.
Attachments (0)
Change History (2)
Changed February 02, 2012 02:32PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Changed February 02, 2012 08:37PM UTC by comment:2
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.
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."