Skip to content
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

Horizontal Scrollbar + Responsive Table + Microsoft Edge #22920

Closed
PerseusTheGreat opened this issue Jun 27, 2017 · 9 comments
Closed

Horizontal Scrollbar + Responsive Table + Microsoft Edge #22920

PerseusTheGreat opened this issue Jun 27, 2017 · 9 comments

Comments

@PerseusTheGreat
Copy link

Horizontal scrollbar does not move on responsive table (<table class="table table-responsive">) on Microsoft Edge.
It works (Both v3.3.7 & v4.0.0-alpha.6) on IE11(11.0.43 KB4021558) , FireFox 54.0, Chrome 59.0.3071.115
I am using Windows 10 x64 (1703 build 15063.413) + Edge 40.15063.0.0 (EdgeHTML 15.15063)

@cr101
Copy link

cr101 commented Jun 27, 2017

Bug reports must include a live demo of the problem. Per the contributing guidelines, please create a reduced test case via JS Bin or CodePen and report back with your link, Bootstrap version, and specific browser and OS details.

@PerseusTheGreat
Copy link
Author

You can try/test/watch the official samples of official Bootstarp websites:

@patrickhlauke
Copy link
Member

Looks like a strange Edge bug. Confirmed.

edge-overflow-scroll-bug

Removing the -ms-overflow-style: -ms-autohiding-scrollbar directive from .table-responsive fixes this, but obviously that leaves the scrollbar visible.

@patrickhlauke
Copy link
Member

/cc @patrickkettner

@patrickkettner
Copy link

patrickkettner commented Jun 28, 2017

This isn't replicating in Edge 16, and while I haven't finished reducing this it does only seem to replicate in Edge 15 (havent checked earlier versions), and seems to be limited to the docs page itself, rather than the same table with bootstrap

@PerseusTheGreat
Copy link
Author

I have created a test page on JS Bin (Here).
It seems every things are well on MS Edge 15.
Thanks to your attentions.
So, I am waiting to debugged version of B.S. docs.

@mdo
Copy link
Member

mdo commented Aug 8, 2017

So can this be closed if Edge 16 is fine?

@patrickkettner
Copy link

the underlying issue that is causing the problem would be great to figure out, especially since it will be a while before most are upgraded to that version.

@ysds
Copy link
Contributor

ysds commented Jun 19, 2019

Since fixed in #28153, closing this.

@ysds ysds closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants