[Webkit-unassigned] [Bug 27796] New: CSS -webkit-transition and (overflow: (and/or) display:) properties crash the browser
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 29 01:46:44 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27796
Summary: CSS -webkit-transition and (overflow: (and/or)
display:) properties crash the browser
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: webkit at fgribreau.com
Created an attachment (id=33701)
--> (https://bugs.webkit.org/attachment.cgi?id=33701)
Example
On the attached file, see the line 228 to 236 :
.content{
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 5s;
-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.6, 0.9);
-webkit-transform: translate3d(0, 0, 0);
-webkit-column-count:0;
overflow:hidden;/* only this line can generate a bug too */
display:table-row;/*only this line can generate a bug too */
}
This CSS class crash the browser (I think it's a buffer overflow error... If
anyone can confirm :).
--
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