EasyUI Forum
April 28, 2024, 06:34:06 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  General Category / Bug Report / Re: shift selecting 1000 rows in treegrid takes 10 seconds on: January 13, 2017, 12:25:37 PM
Thanks for the inputs. I will try these and let you know.
2  General Category / Bug Report / Re: Deleted node messes up the row ids in treegrid on: January 13, 2017, 12:24:58 PM
Thanks for your response. We solved it by generating a unique id for the node being appended. thanks
3  General Category / Bug Report / Re: Deleted node messes up the row ids in treegrid on: January 11, 2017, 03:48:52 PM
Do you have any jsfiddle examples I can edit and show you?
4  General Category / Bug Report / Re: shift selecting 1000 rows in treegrid takes 10 seconds on: January 11, 2017, 03:38:38 PM
Any response to this?
5  General Category / Bug Report / Re: Scrolling the selected row into view has a bug on: January 11, 2017, 03:37:47 PM
scrolling the selected row into view is ok, but why does it have to bring the node below it partially into view ?
That is the problem I am facing, because the double click on that selected node is getting triggered on the node below it.
6  General Category / Bug Report / shift selecting 1000 rows in treegrid takes 10 seconds on: January 10, 2017, 01:30:34 PM
multiSelect in treeGrid generally works great, but when we use the shift select feature for 1000 files it takes 10 seconds and for 2000 files 17 seconds.
Can you please suggest a workaround for this?
7  General Category / Bug Report / Deleted node messes up the row ids in treegrid on: January 10, 2017, 01:28:39 PM
We have a scenario where we delete few rows/nodes and then create a new node.
The treegrid('beginEdit') function ends up editing the existing row/node instead of the new one being created.

This happens only when we delete a node. Otherwise creating a new node works great using append followed by beginEdit functions in treegrid.

It looks like the finder.getTr function in datagrid component is still using the old html table when it finds the target node for editing.


Can you please fix it?
8  General Category / Bug Report / Re: Scrolling the selected row into view has a bug on: January 10, 2017, 01:20:49 PM
Still the same issue, this is reproducible only when the grid has vertical scrollbar visible (more rows below the last row being  selected).
The last row when fully visible should not bring jump upwards ideally and need not bring the row below it partially into the view
9  General Category / Bug Report / Re: TreeGrid:Shift select only works based on row ids, not after sorting on: January 10, 2017, 01:17:18 PM
Thank you that fixed the problem. Do you forward port these fixes to the next version? Meaning if you release 1.5.2 , will you include this patch changes in that version?
10  General Category / Bug Report / Re: TreeGrid:Shift select only works based on row ids, not after sorting on: January 09, 2017, 05:21:06 PM
You know what, I think this bug I am talking about is introduced in your patch that you guys provided for this topic to me.

http://www.jeasyui.com/forum/index.php?topic=6425.0

Can you please fix it. It is a serious issue.
11  General Category / Bug Report / Scrolling the selected row into view has a bug on: January 09, 2017, 02:15:11 PM
When there is scrollbar on a treegrid and select the last row, it shifts the last row upward and partly shows the row below that.
In normal cases it is ok. But when we added double click feature to the rows, the row below the selected row is being selected when we double click the last row (especially when the second half of the rows being selected is used as double click area).
On your Demo pages of treegrid (http://www.jeasyui.com/demo/main/index.php?plugin=TreeGrid&theme=default&dir=ltr&pitem=) this can be reproduced using Dynamic Loading in TreeGrid example.

Can you fix it please?
12  General Category / Bug Report / Re: TreeGird expansion bug on: January 09, 2017, 12:25:52 PM
That worked well. Thanks.
Do you forward port these fixes to the next versions?
13  General Category / Bug Report / Re: TreeGrid:Shift select only works based on row ids, not after sorting on: January 09, 2017, 12:23:18 PM
After applying your patch, the sorting is broken. After expanding a node if I sort, all the children in the expanded node are removed from the parent node and are added as the siblings of the expanded node. May be the fix that you gave has broken the sorting as well.
14  General Category / Bug Report / Re: TreeGrid:Shift select only works based on row ids, not after sorting on: January 09, 2017, 12:12:35 PM
Thanks for the fix, but it has introduced some bug in the case of remoteLoading
It is resulting in JS error when I am expanding any nodes. it is a remote load using ajax call.
Here is the image containing the info about line of code having problem.
https://drive.google.com/open?id=0B0okAKC9EloCTWM0QUZnVkRjQVU

The error in the console is as follows.
@ jquery-min.js:6
2017-01-09 13:57:41.406 jquery.easyui.min.js:formatted:15278Uncaught TypeError: Cannot read property 'length' of undefined
    at Object._98c (jquery.easyui.min.js:formatted:15278)
    at Object.render (jquery.easyui.min.js:formatted:15273)
    at _91f (jquery.easyui.min.js:formatted:14602)
    at jquery.easyui.min.js:formatted:14660
    at child.<anonymous> (Tree.js?version=@svn.revision@:43)
    at c (jquery-min.js:4)
    at Object.fireWith [as resolveWith] (jquery-min.js:4)
    at k (jquery-min.js:6)
    at XMLHttpRequest.r (jquery-min.js:6)
15  General Category / Bug Report / Re: TreeGrid:Shift select only works based on row ids, not after sorting on: January 06, 2017, 09:16:59 AM
Here is the problem which was earlier posted by one of the other members
http://www.jeasyui.com/forum/index.php?topic=6223.0

I applied this patch and still I am seeing the same problem.

Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!