WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
r.koller
Comment 2
2014-09-11 14:45:14 PDT
(In reply to
comment #1
)
> I don't see any difference in rendering between a current nightly and Firefox 32.
I've created brief screencasts for each browser showing the issue:
https://dl.dropboxusercontent.com/u/8578/overflowx_safari.mov
https://dl.dropboxusercontent.com/u/8578/overflowx_webkitnightly.mov
https://dl.dropboxusercontent.com/u/8578/overflowx_chrome.mov
https://dl.dropboxusercontent.com/u/8578/overflowx_opera.mov
https://dl.dropboxusercontent.com/u/8578/overflowx_operanext.mov
https://dl.dropboxusercontent.com/u/8578/overflowx_firefox.mov
all created with the following pen:
http://codepen.io/rpkoller/pen/buAHm
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.
Top of Page
Format For Printing
XML
Clone This Bug