Opened 16 years ago
Closed 15 years ago
#1091 closed bug (wontfix)
Sortable boxes crashes safari
Reported by: | smashlong | Owned by: | stefan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2 |
Component: | interface | Version: | 1.1.2 |
Keywords: | safari sortable crash | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
Step to reproduce
- Open page with sortables (e.g. http://interface.eyecon.ro/demos/sort.html)
- Drag item
- Drop item on some place
Actual resutl: Safari browser crashed.
Change History (8)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
I google similiar issue with scriptaculos http://dev.rubyonrails.org/ticket/2310
Seems like they've fixed it already.
comment:3 Changed 16 years ago by
Safari 2.0.4 on Mac OS X 10.4.9 also crashes on the autocompletion-demo of interface (http://interface.eyecon.ro/demos/autocompleter.html). Not as fast, but it does latest on the return-click. The bug could be in the hole library, perhaps !?
comment:4 follow-up: 5 Changed 16 years ago by
As of 4/16/07 this seems to be fixed in the jquery latest and the version included on the sortable demo on the http://interface.eyecon.ro site. ( http://interface.eyecon.ro/demos/sort.html no longer crashes safari when used with the new jquery.js (it seems to be a change to the .clean function involving duplicating a array of dom objects (look for 'arg = [];' around line 500).
comment:5 Changed 16 years ago by
Replying to timmaffett: This is still broken for me, on both demo pages. PowerPC G4 1.5GHz, 10.4.9, Safari 2.0.4. It reliably crashes no matter which item I drag, but only when it gets dropped, not on the drag.
comment:6 Changed 16 years ago by
i just tested it on the demo-site and it crashed again.
one thing is wondering to me: i installed the sortable-plugin for my site either, using the firefox instead. i also tried out the safari - and it worked! because my script is part of an administration-page, i copied one demopage and placed it here for demonstration. so feel free to test it.
just note: MY page is fine and workin' on me. perhaps you can find any hint either !?
comment:8 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Am seeing the same on Mac OS X 10.4.9 with Safari 2.0.4. On some pages, when an a sortable item is dropped, Safari crashes (examples of interface demos). On other pages, items simply cannot be dropped.