It looks like the fix for issue #1427838 🐛 password and password_confirm children do not pick up #states or #attributes Active has been applied to the following branches: 10.3.x, 10.4.x, 11.0.x, and 11.x.
Can we confirm the resolution of this issue on those versions?
Just an update on this issue.
- The columns CSS is triggering a bug in Chrome browser and its ability to handle the column-fill rule value of auto or in ability I should say.
- Also, the base CSS style names being added to grouped options (ex radios and checkboxes) by the base theme stable have changed. .form-checkboxes and .form-radios are no longer added to the div element wrapping the field's grouping of items.
in case you need a quick fix for the Chrome bug try the following:
-moz-column-fill: auto;
column-fill: initial;
I will be taking a closer look at this. Thank you for flagging the issue.
Updated patch 3 to work with changes from 2.1.1.
Integrating this new workflow with 2.x planning.
Is there any more feedback or would someone else like to review?
The identified grammatical mistake and unneeded whitespace has been fixed. Changes can been found in 1.0.x-dev and will be part of the next minor release. Thank you @vinaymahale and @kevin.brocatus for flagging these.
LittleCoding → created an issue.
I am willing to take this one on