-
-
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
Navbar dropdown on iOS #14603
Navbar dropdown on iOS #14603
Conversation
In the navbar, open one dropdown. After open another, without closing the first. This will cause the 'dropdown-menu' to be cut off as you can see here: http://jsbin.com/jeyuwi/1 Removing .translate3d(0, 0, 0); seems to fix this.
Not seeing any visual bug with Safari v7.0.6, Firefox, or Chrome, all on OS X. |
I can confirm this using Safari on my iPad running iOS 7.1.2. |
I can reproduce on my iPhone 5S running iOS 7.0.4. |
Interestingly, I can't reproduce on my iPhone 5 also running iOS 7.1.2. @cvrebert Any chance you could update to >=7.1? |
I'm also unable to reproduce in the iOS Simulator 7.1. |
Fixed in #14667. |
We should file an iOS WebKit bug about this. |
…rs to avoid iOS rendering problems and ensure a more predictable base styling
@cvrebert You wanna take care of filing that bug report? |
WebKit bug filed: https://bugs.webkit.org/show_bug.cgi?id=138162 |
Safari bug filed: http://openradar.appspot.com/18804973 |
Closes #14603 (again) [skip sauce]
@hnrch02 Would appreciate if you could join the CC list of https://bugs.webkit.org/show_bug.cgi?id=138162 |
Done. |
…n navbars to avoid iOS rendering problems and ensure a more predictable base styling
In the navbar, open one dropdown.
After open another, without closing the first.
This will cause the 'dropdown-menu' to be cut off as you can see here:
http://jsbin.com/jeyuwi/1
Removing .translate3d(0, 0, 0); seems to fix this.