Bug 136741 - Webkit is ignoring overflow-x: completely
Summary: Webkit is ignoring overflow-x: completely
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.8
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 06:55 PDT by r.koller
Modified: 2022-07-13 17:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description r.koller 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.
Comment 1 Alexey Proskuryakov 2014-09-11 10:29:41 PDT
I don't see any difference in rendering between a current nightly and Firefox 32.
Comment 3 Brent Fulgham 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.