-
-
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
Dropdown in responsive table in panel -> Android browser problem with y-overflow #13214
Comments
|
It happens with both chrome on android and native android browser. Android version is 4.4.2 AOSP. Here is a MWE : http://jsbin.com/bogejenu/3/edit?html,output |
All your rows are in |
Mistake on my side, I edited sorry |
@beeb Could you please re-test against the bleeding-edge Bootstrap CSS in the |
Closing until we get a response from @beeb. Happy to reopen once we do. |
Hey guys sorry for the delay ! Still no luck with v 3.1.1 on my side (stock browser and chrome on Android 4.4.2 AOSP) |
@beeb v3.1.1 != latest |
Okay I couldn't figure out how to use the latest master on jsbin, will try later. |
@beeb This JS Bin uses the bleeding-edge CSS from master. |
Thanks @hnrch02, I tested this JS Bin on my smartphone and the problem is still present. Cheers |
@beeb Thanks for re-testing. |
This isn't limited to Android. We'd need to rewrite the dropdown plugin to remove it from the DOM and place it over the content, something we've completely avoided for reasons of complicating the JS more. As far as I know, there's no way around this—the parent is cropping the absolutely positioned dropdown. Same would happen to any other absolutely position element. |
Made a note for v4 btw. |
No solution yet? |
If i put a dropdown inside a table cell, and i put the table in a div.table-responsive, and I put everything inside a panel, the dropdown of the last row is invisible due to y-overflow: hidden; at low resolutions
If I manually set the y-overflow to scroll, the problem is resolved in Chrome (desktop), but my Android browser, even though showing a vertical scroll bar upon opening the dropdown, doesn't want to scroll down to show the options.
The text was updated successfully, but these errors were encountered: