You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select one nested item in the tree;
Click on a higher checkbox in a hierarchy to select all nodes.
Actual result:
The checkbox is still in the half-checked state after 1 click. Only after the second click, it is selected all inner nodes and this half-checked checkbox changed its state.
Expected result:
The half-checked checkbox must select all internal nodes after 1 click and change its state.
The text was updated successfully, but these errors were encountered:
yehor-dykhov
changed the title
Mixed state checkbox is checked off only after 2 clicks in IE, Edje browser
Mixed state of checkboxes is selected (unselected) all hierarchy nodes only after 2 clicks in IE, Edje browsers
Dec 20, 2018
yehor-dykhov
changed the title
Mixed state of checkboxes is selected (unselected) all hierarchy nodes only after 2 clicks in IE, Edje browsers
The halfCheck-checkbox selects (unselects) all hierarchy nodes only after 2 clicks in IE, Edje browsers
Dec 20, 2018
jakezatecky
changed the title
The halfCheck-checkbox selects (unselects) all hierarchy nodes only after 2 clicks in IE, Edje browsers
The halfCheck-checkbox selects (unselects) all hierarchy nodes only after 2 clicks in IE, Edge browsers
Dec 28, 2018
Thanks for the report. IE/Edge treat indeterminate (half-check) states different than other browsers when DOM events are fired. Luckily, the solution did not require significant change.
Steps to reproduce:
Open reactCheckboxTree component in IE or Edje.
Select one nested item in the tree;
Click on a higher checkbox in a hierarchy to select all nodes.
Actual result:
The checkbox is still in the half-checked state after 1 click. Only after the second click, it is selected all inner nodes and this half-checked checkbox changed its state.
Expected result:
The half-checked checkbox must select all internal nodes after 1 click and change its state.
The text was updated successfully, but these errors were encountered: