Bug 96185

Summary: border-radius transition between % and px value doesn't work
Product: WebKit Reporter: gossi <mail>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, mikelawther, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
html test page none

gossi
Reported 2012-09-08 10:45:01 PDT
When using (-webkit-)transition-property: all|(-webkit-)border-radius; it is not recognized and thus not transitioned. It changes as if there is no transition present. See attached test-case. I've tested it in chrome: 21.0.1180.89 safari: 6.0 (7536.25) opera: 12.01 build 1532 firefox aurora: 17.0a2 (2012-09-07) mac version (so no access to ie) except firefox none of the browsers is supporting this.
Attachments
html test page (678 bytes, text/html)
2012-09-08 10:45 PDT, gossi
no flags
gossi
Comment 1 2012-09-08 10:45:54 PDT
Created attachment 162961 [details] html test page
Simon Fraser (smfr)
Comment 2 2012-09-10 08:35:58 PDT
It's because you're going between a % a px value.
Simon Fraser (smfr)
Comment 3 2012-09-10 08:36:46 PDT
Maybe bug 92220 fixed this?
Mike Lawther
Comment 4 2012-09-10 14:41:07 PDT
Yes, this was fixed by bug 92220. The provided testcase works for me in Chrome Canary and WebKit nightly.
Note You need to log in before you can comment on or make changes to this bug.