Bug 140835
| Summary: | overflow:hidden doesn't work with border-radius after element with css3 transition | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex W <mr.alexweber> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bfulgham |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.10 | ||
Alex W
Somewhat difficult bug to describe, easier to show the test case: http://jsfiddle.net/gu7omthf/
Elements in the DOM after the element with css3 transition applied don't appear to respect border-radius + overflow:hidden.
Tested in Chrome 39 and Safari 8.0.2, so I surmise that the bug is with WebKit. FF 33 displays the test page correctly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.