EasyUI Forum

General Category => Bug Report => Topic started by: berein on May 24, 2022, 09:04:22 AM



Title: Bug on checking filtered element
Post by: berein on May 24, 2022, 09:04:22 AM
Hi all,

We've found out that there is a bug when marking a child element checked when it's getting filtered.

On this codepen (https://codepen.io/berein_com/pen/NWyaBrp) you can see that when searching "ja" on name filter, you get 2 file result on Java folder. If you mark checked one of them it works fine: containing folders get "partially checked". Buf it you search "jav", there is only one result and if you mark it as checked, every containing folders get "full check" and if you clear the filter, you'll see that every element on Java folder have been checked, even if they shouldn't. This only happens when the filter shows up only one element.

Many thanks in advance