Hide Forgot
Attributes name and id (even though this one is generated by GWT) are incorrect for "Type" filed in Scoped Roles form. <input type="text" class="gwt-TextBox" name="name" title="Type" tabindex="0" disabled="" id="form-gwt-uid-61_name#1" aria-labelledby="form-gwt-uid-61_name#1_l" aria-required="true"> It seems to me like this is copy-paste-edited "Name" filed, except attributes weren't renamed. <input type="text" class="gwt-TextBox" name="name" title="Name" tabindex="0" disabled="" id="form-gwt-uid-61_name" aria-labelledby="form-gwt-uid-61_name_l" aria-required="true">
The ever-popular copy-paste-pattern. Fixed in upstream.
Verified