[Webkit-unassigned] [Bug 146953] New: Negative scroll snap repeat values cause web process to hang indefinitely
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 14 17:15:09 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146953
Bug ID: 146953
Summary: Negative scroll snap repeat values cause web process
to hang indefinitely
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wenson_hsieh at apple.com
Setting -webkit-scroll-snap-points-x or -y to repeat(-n) causes the web process to hang when computing snap offsets. Simon and I have agreed that the appropriate way to fix this is to not consider negative repeat values as valid in our CSS parser, and also min-threshold the parsed repeat value to 1px to prevent cases like 0.000001px from causing us trouble as well.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150715/d5923e5d/attachment.html>
More information about the webkit-unassigned
mailing list