-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5 documentation new look and feel (meta bug) #29047
Comments
@MartijnCuppens has made a list too #28450 (comment) We should consolidate the issues. Also I have a PR with some fixes for things I noticed #29029 |
Updated TODO |
In response to the new todos added:
I don't want them transitioning, they should immediately click. Same for using our collapse plugin if that's why folks want—there should be no transition here.
Negative, forms have so much content and behaviors. I moved them to their own section on purpose. |
For the transitions I don't mind. But we are reinventing the wheel here, because that's exactly why the collapse plugin exists. As for the forms, IMO the current hierarchy just doesn't make sense. Forms are components themselves. It's just that they have their own components too which is OK. |
Since:
I think this one could be closed. Anyone? |
Agreed, @patrickhlauke feel free to reopen if we missed something. |
LGTM (noting though that in IE11 the docs nav is now completely inoperable - but i guess that's clearly signals the "not supporting IE11" angle) |
That's due to JS errors on IE, so yeah. |
seems #28450 introduced a large number of changes not only to forms, but to the actual look and feel of the v5 version of getbootstrap.com
a few initial problems/issues noted with that (please feel free to add more):
role="button"
andaria-expanded="true"
/aria-expanded="false"
:focus
... so they're all niceties and styles that only work for mouse users, not keyboard users; need doubling up of:hover
and:focus
styles_tables.scss
which don't make sense: https://github.com/twbs/bootstrap/pull/28450/files#diff-82ee1ffb694a87db828fe22dcd868aedscript
code to application.jsAddtransition
in the sidebar arrow transformMaybe we should move forms under components since they are components themselvesIE11 shrinks the search fieldThe text was updated successfully, but these errors were encountered: