-
-
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
Fixed Navbar resizes with navbar-right elements if type=password input exists on the page (Chrome only) #13892
Comments
Hi @jordanfloyd! You appear to have posted a live example (http://jsbin.com/daxopusa/1), which is always a good first step.
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
updated example with valid HTML |
confirmed on Linux (Chrome) as well. |
Bizarre. Confirmed on OS X Chrome. |
@mdo I guess we should file a Chrome bug about this? |
@cvrebert Yeah, probably. Sorry, I haven't looked into this one extensively yet. |
Relatively minimized (HTML-wise) testcase: http://jsbin.com/fehoqapu/1 |
This is presumably caused by https://code.google.com/p/chromium/issues/detail?id=377346 |
Add Wall of Browser Bugs entry for #13892
Chrome bug is claimed to have been fixed in Canary (v41): https://code.google.com/p/chromium/issues/detail?id=377346#c6 |
Remove #13892's entry from the Wall of Browser Bugs
This bug exists only in google chrome, both in Windows and in OSX
If a fixed navbar is used with navbar-right elements, such as a button, and input type=password is used inside a form anywhere on the page, when the page is reloaded the navbar pushes elements to a new row, making it too tall.
http://jsbin.com/daxopusa/3/ - Reload the page after navigating to it.
http://jsbin.com/daxopusa/3/edit - If you remove type=password from the input, the issue disappears.
The text was updated successfully, but these errors were encountered: