Page 1 of 1

Bug Checkbox Selection

Posted: 24 Sep 2019, 19:27
by spawn
Go to Serenity Live Demo > Components > Forms page (https://www.primefaces.org/serenity-ng/#/forms) ... resize the browser window to the size of a mobile screen until the Checkboxes card has one checkbox underneath the other. Then select the "Icarus" checkbox and then try to select the "Ultima" checkbox. The "Icarus" checkbox will be deselected. Got a fix?

Re: Bug Checkbox Selection

Posted: 08 Nov 2019, 09:42
by merve7
Hi,
So sorry for the late reply. We fixed this issue for the next release.

Re: Bug Checkbox Selection

Posted: 08 Nov 2019, 13:36
by spawn
Thanks for the reply. I forgot to mention that apparently this only happens in Chrome (in Firefox it works). Meanwhile, I'm using this CSS to fix it in Angular:

Code: Select all

::ng-deep .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default:before {
    width: auto;
}
I don't know if this is the best solution...

Re: Bug Checkbox Selection

Posted: 08 Nov 2019, 15:08
by merve7
Glad to hear that. We will release the new version next week. You can review our solution and decide you use which one ;)