[Webkit-unassigned] [Bug 136741] New: Webkit is ignoring overflow-x: completely
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 11 06:55:49 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136741
Summary: Webkit is ignoring overflow-x: completely
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.8
Status: NEW
Severity: Major
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: r.koller at gmail.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list