-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.8, 8.0.0, 7.0.6.1
-
Security Level: Jimmy
-
None
the problem is reproduced in zk fiddle:
http://zkfiddle.org/sample/2h2q4u2/6-Performance-problem-with-TreeDataEvent-INTERVAL-REMOVED
click "Remove a bunch of tree items" button in ie. It will take a long time to remove tree items.
Workaround:
setting mold="paging" with a large page size will avoid the problem (by automatically calling invalidate() on the tree)
We do some profiling and find most of time are spent on getBoundingClientRect(). In IE getBoundingClientRect() takes ~10x as long as chrome.
- relates to
-
ZK-4741 The selection focus of Tree is not updated in Firefox
- Closed