[TIMOB-7895] iOS: Clearing backgroundImage turns off clipsToBounds
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-06T00:01:23.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | n/a |
Labels | ios |
Reporter | Blain Hamon |
Assignee | Eric Merriman |
Created | 2012-03-06T12:25:17.000+0000 |
Updated | 2017-06-06T00:01:23.000+0000 |
Description
In -[TiUIView setBackgroundImage_:], the second-to-last line
self.clipsToBounds = bgImage!=nil;
indicates that clearing bgImage will turn off clipsToBounds, despite the possibility of subviews needing clipping or rounded corners needing clipping. This is NOT a regression, as this code has existed previously.
No comments