EasyUI Forum

General Category => Bug Report => Topic started by: chandrasigniant on January 05, 2017, 03:49:50 PM



Title: TreeGird expansion bug
Post by: chandrasigniant on January 05, 2017, 03:49:50 PM
One of the fix does in 1.3.6 has introduced a bug in treegrid/tree itself.
These are the steps to see the issue.
1. Select a node in a treegrid/tree
2. Scroll down to a node which takes the selected node away from the view (this happens when we have limited height for tree/grid)
3. Expand the node navigated to (in step 2). (This happens only when the tree has to no children yet)
4. After the node is expanded, instead of showing the expanded node/contents of it, the selected scrolls into view.
This is really annoying experience.


Title: Re: TreeGird expansion bug
Post by: jarry on January 05, 2017, 10:21:41 PM
Please try to download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.5.1-patch.zip.


Title: Re: TreeGird expansion bug
Post by: chandrasigniant on January 09, 2017, 12:25:52 PM
That worked well. Thanks.
Do you forward port these fixes to the next versions?