ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Resource set drag start performance problem with > 2000 resources and several views containing these resources #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create random 2500 resources (Benchmark, Chrome)
2. Add them to bar chart
3. open several other views
3. Start dragging resources again

What is the expected output? What do you see instead?
The dnd operation should start immediately, but it takes several seconds.

Original issue reported on code.google.com by Lars.Grammel on 8 Dec 2010 at 2:28

GoogleCodeExporter commented 9 years ago
Fixed the calculation of can drop as selection.

getAbsoluteLeft seems to be very slow on Chrome 8 when thousands off DOM 
elements are around. Does not seem to be reproducible on other browsers so I 
will ignore this one for now.

Still need to remove the initial highlighting if the resource set is already 
highlighted.

Original comment by Lars.Grammel on 9 Dec 2010 at 4:44

GoogleCodeExporter commented 9 years ago
Removed double set/item highlighting on drag start.

Original comment by Lars.Grammel on 9 Dec 2010 at 6:54