-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
bug: layout of control bar is transformed when don't using flex layout #2864
Comments
A lot of debate went into whether or not to use buttons, but ultimately everyone agrees that's the right choice (#1932). That being said, I've tested this in browsers that don't support flexbox (particularly IE8) and not noticed any issues. What browsers are you seeing this in? |
I used default browser of android 4.2 |
What manufacturer? Samsung? HTC? something else? |
You can test with newest chrome on linux (feddora 23) with class |
IIRC, just adding |
Closing this issue due to lack of activity. If it is still a problem and we get more information and a reduced test case, we will happily re-open the issue. |
On some browser not support flex layout, videojs allow fallback to using
display:table-cell
(add classvjs-no-flex
to player).But i see a problem using
display:table-cell
withbutton
tag.Why not using
div
tag insteadbutton
tag? I think it will resolved this problem.The text was updated successfully, but these errors were encountered: