Bug 89064
Summary: | CSS3 calc: calc kills transition effect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eiji Kitamura <agektmr> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mikelawther |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | OS X 10.7 |
Eiji Kitamura
When calc is involved in resulting style of "left", transition doesn't seem to take effect.
http://jsbin.com/ehigic/11/edit
In this example, checking the checkbox supposed to move the rectangle to
left: -webkit-calc(50% - 100px);
with transition effect but there's no effect happening.
Confirmed it works when giving static number or view it on Firefox.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mike Lawther
*** This bug has been marked as a duplicate of bug 86160 ***