Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Improved Bootstrap form theme for hidden fields#17568
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz commentedJan 27, 2016
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #16925 |
| License | MIT |
| Doc PR | - |
satanasdiabolo commentedJan 27, 2016
The widget |
javiereguiluz commentedJan 27, 2016
@satanasdiabolo I've removed the BeforeAfter |
michaelPf85 commentedJan 27, 2016
@javiereguiluz You shouldn't remove it from the select. In the issue I gave the list of "input" types that were intended to be used with the "form-control" class but I forgot to cite "select" and "textarea" as they seemed "off topic", I might have been wrong. // Common form controls//// Shared size and type resets for form controls. Apply `.form-control` to any// of the following form controls://// select// textarea// input[type="text"]// input[type="password"]// input[type="datetime"]// input[type="datetime-local"]// input[type="date"]// input[type="month"]// input[type="time"]// input[type="week"]// input[type="number"]// input[type="email"]// input[type="url"]// input[type="search"]// input[type="tel"]// input[type="color"].form-control { |
javiereguiluz commentedJan 27, 2016
@michaelPf85 thanks. I've reverted the last change. |
…iluz)This PR was merged into the master branch.Discussion----------Improved Bootstrap form theme for hidden fieldsNeeded to stay in sync with Symfony's Bootstrap form theme. Seesymfony/symfony#17568Commits-------b2a1ca7 Improved Bootstrap form theme for hidden fields
javiereguiluz commentedFeb 11, 2016
I don't understand the failed tests. They refer to the Can we ignore these fails or should we do something else? Thanks! |
HeahDude commentedFeb 16, 2016
fabpot commentedFeb 16, 2016
@javiereguiluz Can you finish this one and fix the tests? |
HeahDude commentedFeb 16, 2016
I've got the same problem in my tests of#17609, could something go wrong with travis ? |
xabbuh commentedFeb 17, 2016
Looks like you need to bump requirements of the Form component in the TwigBridge or make it flexible enough to provide output that satisfied all versions. |
javiereguiluz commentedFeb 17, 2016
@xabbuh thanks for the hint. Do you have any proposal for the new requirements to use? Thanks! |
xabbuh commentedFeb 17, 2016
@javiereguiluz I think changing the version constraint from |
javiereguiluz commentedFeb 17, 2016
@xabbuh thank you! I've changed it. Let's see if tests go green again. |
xabbuh commentedFeb 17, 2016
@javiereguiluz sorry, I forgot about 2.8, please try |
fabpot commentedFeb 29, 2016
Tests are still red. |
xabbuh commentedMar 1, 2016
@fabpot This failure is expected as the subtree split of the Form component doesn't know anything about the updated tests here (only the 👍 Status: Reviewed |
fabpot commentedMar 1, 2016
Thank you@javiereguiluz. |
…iluz)This PR was squashed before being merged into the 2.7 branch (closes#17568).Discussion----------Improved Bootstrap form theme for hidden fields| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#16925| License | MIT| Doc PR | -Commits-------ba5d7f9 Improved Bootstrap form theme for hidden fields
This PR was merged into the 2.7 branch.Discussion----------fix lowest TwigBridge deps versions| Q | A| ------------- | ---| Branch | 2.7| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#17568| License | MIT| Doc PR |This is necessary as#17568 was neither part of 2.7.10 nor 2.8.3.Commits-------526376f fix lowest TwigBridge deps versions

