[TIMOB-1428] Setting selectedBackgroundColor on Plain TableView with Headers causes rounded corners on row selection
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T02:52:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios, rounded, selectedbackgroundcolor, tableview |
Reporter | Slim McKinsley |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:52:06.000+0000 |
Updated | 2017-03-09T21:27:31.000+0000 |
Description
If you set selectedBackgroundColor on a plain tableview that has headers, tapping (selecting) a row will display rounded corners in most cases. Sometimes the rounded corners are just in the upper left and right, other times the rounded corners are bottom left and right, and sometimes all 4 corners. Some rows, however, display correctly with all 4 corners square.
Without selectedBackgroundColor set, all corners are square when tapped as expected.
Comments
- Stephen Tramer 2011-04-15
Distinctly remember fixing a duplicate of this bug. Tested with 1.6.0 RC1, confirmed fixed.
- Stephen Tramer 2011-04-15
Against all odds, found the ticket it's a dupe of - #2372.
- Lee Morris 2017-03-09 Closing ticket as duplicate.