-
-
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
IE8 - Long <label>s overflow container (words do not wrap) #13141
Comments
max-width: 100% seems to fix. |
This fix conflicts with tinymce and probably some other scripts. Because of this fix script can not determine correct label width. There is an example: |
@zxbodya We don't claim to be compatible with third-party widgets in the first place. |
I'm able to reproduce the original bug without using the Developer Tools: |
Yes, you are right - Now, I also reproduced it (http://jsbin.com/komawotu/1/edit) Sorry, at first, I misunderstood where is bug - so, I have tested only on link provided in bug description.. It seems, this is the only way too fix this bug for IE8. But I am still not sure, that this should be done globally - maybe, it is not so often problem and can be fixed in place where it appears. |
Yeah, it'd be better to put the fix into a class instead of all |
Hi, This fix introduced a bug with form-inline. Indeed, now labels are not displayed on the right of input boxes but on the top, like a form-horizontal. I can't copy/paste a screen shot right now, but it's easily reproducible by coding a simple form-inline form. How can we fix that ? |
@ahocquet File a new issue please. |
…IE8 wraps text
X-Ref: #15275 |
Mockup code here (but JSBIN doesn't actually work in IE8 so not too much help): http://jsbin.com/jahah/2/edit
The text was updated successfully, but these errors were encountered: