Ticket #2529236 (closed defect)
Reporter George |
Opened: 08/23/10 Last modified: 09/7/10 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 3.2.0 Priority: P1 (critical) |
|---|---|---|---|
| Summary: | After about 5 repostions, Simple Sortable List example becomes unresponsive in IE | ||
| Description: | launch Reposition items in the simple example about 5 times. results, after a number of repositions example becomes unresponsive, clicking on an item will not drag it or it takes a very long time to begin tracking the drag. On 3 occasions got: |
||
| Type: | defect | Observed in Version: | development master |
| Component: | DragDrop | Severity: | S1 (critical) |
| Assigned To: | Dav Glass | Target Release: | 3.2.0 |
| Location: | Library Code | Priority: | P1 (critical) |
| Tags: | Relates To: | ||
| Browsers: | IE 7.x | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 08/23/10
|
|
Posted: 08/23/10
|
|
Posted: 08/24/10
|
|
Posted: 08/24/10
|
|
Posted: 08/24/10
Boiled it down to the ID fix Matt and I worked on Friday for DDProxy. It seems that calling this (to fix the duplicate id issue):
The first time works, however, calling it a second time (even with a try catch wrapping it) causes IE7 to crash.. |
|
Posted: 08/24/10
|
|
Posted: 09/7/10
|
I can replicate this in IE7. If I move an item, then try to move it again. IE crashes..