WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
96185
border-radius transition between % and px value doesn't work
https://bugs.webkit.org/show_bug.cgi?id=96185
Summary
border-radius transition between % and px value doesn't work
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
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug