[Webkit-unassigned] [Bug 31957] New: Error in -webkit-transition rendering of <select> height and width
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 28 16:30:51 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31957
Summary: Error in -webkit-transition rendering of <select>
height and width
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mkozakewich at icosidodecahedron.com
When using CSS to transition the height or width of a <select> element, the box
immediately shrinks to zero, and then expands over the transition duration
until it reaches the final value as specified by the CSS.
The following CSS crashes the entire page, in Google Chrome.
select:hover{
height:200px;opacity:0;
-webkit-transition:all 5s;}
Safari doesn't crash, but the transition starts at 0, instead of at the current
height.
I imagine the priority isn't too great at this moment in time, because the
height of <select> elements aren't often changed while using the
-webkit-transition in combination with opacity.
--
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