EasyUI Forum

General Category => Bug Report => Topic started by: sectioni on July 02, 2018, 06:34:36 AM



Title: Column resize bug with datagrid
Post by: sectioni on July 02, 2018, 06:34:36 AM
Hello,

I just upgraded to 1.5.5.4 and I have a bug trying to resize columns.
I get the attached error in console (Chrome).

The problem seems to go away when I disable the Columns extension (i.e. comment the $this.datagrid('columnMoving'); line)



Title: Re: Column resize bug with datagrid
Post by: jarry on July 02, 2018, 04:56:12 PM
Please look at this example http://code.reloado.com/uhuhij/edit#preview. It works fine.


Title: Re: Column resize bug with datagrid
Post by: sectioni on July 03, 2018, 01:43:11 AM
Adding 'resizeEdge' property results in the bug i mentioned (Chrome)
Try resizing multiple times on multiple columns and check your console.

http://code.reloado.com/uhuhij/2/edit


Title: Re: Column resize bug with datagrid
Post by: jarry on July 03, 2018, 02:42:02 AM
Please download the newer 'columns-ext.js' file from https://www.jeasyui.com/extension/columns_ext.php


Title: Re: Column resize bug with datagrid
Post by: sectioni on July 03, 2018, 03:23:10 AM
Fixed