RESOLVED WORKSFORME 136741
Webkit is ignoring overflow-x: completely
https://bugs.webkit.org/show_bug.cgi?id=136741
Summary Webkit is ignoring overflow-x: completely
r.koller
Reported 2014-09-11 06:55:53 PDT
I've tried the following in safari 6.1.6 on 10.8.5 as well as the latest webkit nightly r173508. I've set up two samples. In the first the overflowing pseudo element part (blue) should be hidden http://codepen.io/rpkoller/pen/buAHm while in the second the overflowing part of the grey div should be hidden. http://codepen.io/rpkoller/pen/DjmsI In both cases if you click with the mouse and keep it clicked and move it to the right the page is scrolled horizontally and the initially hidden overflow is shown. The overflow on the right side for the red pseudo element is hidden properly and impossible to scroll. But on the right webkit is ignoring the overflow-x property completely. The first pen is tested in: Safari: not working Webkit nightly: not working Chrome: not working Opera: not working opera next: not working Firefox: working as expected.
Attachments
Alexey Proskuryakov
Comment 1 2014-09-11 10:29:41 PDT
I don't see any difference in rendering between a current nightly and Firefox 32.
Brent Fulgham
Comment 3 2022-07-13 17:29:09 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.