Bug 40590

Summary: Inherited property is not updated when animating
Product: WebKit Reporter: Evan Stade <estade>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: cmarrin, menard
Priority: P2 Keywords: NeedsReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://dl.dropbox.com/u/1220038/test/test.html
Attachments:
Description Flags
A testcase to reproduce the bug none

Evan Stade
Reported 2010-06-14 14:35:57 PDT
1. click the button "click" on the page 2. both parent and child divs should be equal but inherited "width" property by #child div is not updated during animation originally filed for chromium: http://code.google.com/p/chromium/issues/detail?id=46432
Attachments
A testcase to reproduce the bug (895 bytes, text/html)
2011-08-16 01:17 PDT, Ville Karavirta
no flags
Alexey Proskuryakov
Comment 1 2010-06-15 11:35:33 PDT
Someone probably needs to make a reduction that doesn't use jQuery to investigate this.
Ville Karavirta
Comment 2 2011-08-16 01:17:17 PDT
Created attachment 104014 [details] A testcase to reproduce the bug The above URL does not work anymore and this bug still exists in Safari 5.0.6 on Mac and nightly build 93030. This is not only a problem with animation, but changing the style of an element in JavaScript does not update the properties of inheriting elements. I attached a test case that does not use jQuery. To reproduce the bug: 1. Click the text "click" on the page 2. both parent and child divs should be equal size and color, but inherited properties (height, width, background-color) are not updated for the child element
Alexis Menard (darktears)
Comment 3 2012-12-12 06:25:32 PST
As r137346 I can't reproduce this issue. Please re-open if it is still broken.
Note You need to log in before you can comment on or make changes to this bug.