Opened 11 years ago
Closed 11 years ago
#11239 closed defect (fixed)
FishEyeList: performance issue when a large number of items are present
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Widgets | Version: | 1.5.0b2 |
Keywords: | Cc: | haysmark | |
Blocked By: | Blocking: |
Description (last modified by )
Run test_FisheyeList.html. Click the button to create new items (approx 25). Now mouse over the items and the performance is really bad. It appears that every item is sized and positioned for each pixel that the mouse moves and performance begins to suffer as you add more items.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | FishEyeList.patch added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | changed from dante to Douglas Hays |
I'm ok with the change, but I'd also like to deprecate it in favor of the FisheyeLite ... I don't suspect FisheyeList will make the migration to 2.0
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22715]) Fixes #11239. Add rudimentary size/[position cache to the FishEyeList? items to improve mouseover performance.
Note: See
TracTickets for help on using
tickets.
possible (partial) fix to not size/position elements that have not obviously changed. Performance seems much better but still slightly sluggish.