Fixes #10674: Form controls in disabled fieldset legend#11668
Fixes #10674: Form controls in disabled fieldset legend#11668
Conversation
…sabled fieldset
|
This doesn't deal with buttons... Fixing them would probably require super-gnarly stuff; not fixing them would be an annoying inconsistency. |
|
Also, are we sure that the relevant selector is |
|
I think it means |
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css docs-assets/js/raw-files.js
|
Just pushed a big update on this that should have all buttons in a disabled fieldset working fine, just like the inputs within that first This removes all the default disabled styles we applied to buttons—they're only there for IE8 and maybe IE9. That said, removing them made it super easy to re-enable the button. So, given it fubars IE to some degree, I don't think we can do this until v4 maybe. Closing out with the full context until then. |
This undoes the disabling of all form controls for those within the first legend in a disabled fieldset. It's a gnarly selector, and doesn't work for IE8, so I'll need to add a note to the docs, but it does the trick. See it in action: http://jsfiddle.net/tyVF4/3/.
/cc @darobin @cvrebert