[Webkit-unassigned] [Bug 23088] New: CSS Transition property crashes Webkit under certain conditions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 3 01:53:59 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23088
Summary: CSS Transition property crashes Webkit under certain
conditions
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Major
Priority: P1
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: faruk at apple.com
CC: simon.fraser at apple.com
This line of CSS for a Transition appears to crash the latest Webkit nightly:
-webkit-transition: opacity, width .45s, .15s ease-out;
AFAICT that is totally acceptable syntax. It works in Safari 3.1.2 and it used
to work in all the Nightlies I've tried it in over the past 8-9 months or so.
Removing the distinct property definitions and replacing it with "all" (and
only one duration) doesn't crash webkit.
Testcase attached.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list