-
- Downloads
[FIX] web: checkbox in editable list are clickable
Having boolean checkbox in an editable list Before this commit, the checkbox was disabled, thus not clickable The user, who probably expects to click on it to tick/untick was thus misled, and needed to click *outside* the checkbox in order to activate the row and only then tick the checkbox After this commit, the behavior is as expected from the editable list point of view clicking anywhere in the row (inlcuding on the checkbox itself) activates it into editable mode OPW 1836067 closes #24292
Loading
Please register or sign in to comment