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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This issue will be addressed by the addition of the functionality described here: #3577
We’ll need to add a suffixed version of the ui-hidden-accessible class once the above fix is in place, so I’ll leave this issue open for the time being.
Actually I fixed this already 6 months ago with commit 15c355d.
The reason you still saw the label of the select on that demo page was wrong markup: the label had two class attributes. I will fix that.
Adding the
class="ui-hidden-accessible"
class to aclass="ui-hidden-accessible"
should hide it. Oddly, this works for text, search inputs, and sliders:http://jquerymobile.com/test/docs/toolbars/bars-fixed-forms-b.html
http://jquerymobile.com/test/docs/toolbars/bars-fixed-forms-c.html
http://jquerymobile.com/test/docs/toolbars/bars-fixed-forms-f.html
...but not for horizontally grouped radios and checks which sort of makes sense because these use a fieldset and legend structure:
http://jquerymobile.com/test/docs/toolbars/bars-fixed-forms-d.html
http://jquerymobile.com/test/docs/toolbars/bars-fixed-forms-e.html
Select labels are also not hiding either, not sure why:
http://jquerymobile.com/test/docs/toolbars/bars-fixed-forms-g.html
I just checked and this doesn't seem to be limited to labels in toolbars. Hiding is also broken with these elements int he content area too.
The text was updated successfully, but these errors were encountered: