[TIMOB-1495] iOS: Inconsistent tableview grouped
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-08-08T18:22:43.000+0000 |
Affected Version/s | Release 1.5.0, Release 2.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Sindre Sorhus |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:54:19.000+0000 |
Updated | 2017-08-08T18:22:43.000+0000 |
Description
The tableview grouped in 1.4 is inconsistent from the standard iOS component. Both the highlight gradient and the border is wrong.
See attached comparison.
Attachments
File | Date | Size |
---|---|---|
tableviewrow-grouped-bug.png | 2011-04-15T02:54:19.000+0000 | 17543 |
The TableViewCellSelectionStyle.GRAY is also not gradient.
The tableViewRow also loses its border when selected.
The problem has arisen from a cheap fix intended to solve the original problem described in this ticket:
https://appcelerator.lighthouseapp.com/projects/32238/tickets/433-grouped-views-have-square-selected-image-on-top-and-bottom-rows"> https://appcelerator.lighthouseapp.com/projects/32238/tickets/433-g...
The original problem has existed since late 2009 and has never been fixed properly.
It means that it is not possible to reproduce a native grouped table view with Titanium.
The solution they adopted appears to have been copied without alteration from here:
http://stackoverflow.com/questions/400965/how-to-customize-the-background-border-colors-of-a-grouped-table-view"> http://stackoverflow.com/questions/400965/how-to-customize-the-back...
But this post suggests the answer might be much simpler:
http://stackoverflow.com/questions/2016316/custom-uitableviewcell-rounded-corners-grouped-style"> http://stackoverflow.com/questions/2016316/custom-uitableviewcell-r...
(from [ca24e62d2687a5bb1e7006c28ef62ffe7c1ba10b]) [#1495]change slider params to be easier to grab thumb http://github.com/appcelerator/titanium_mobile/commit/ca24e62d2687a5bb1e7006c28ef62ffe7c1ba10b"> http://github.com/appcelerator/titanium_mobile/commit/ca24e62d2687a...
All fixed except for the cell selection style, which is never used anywhere.
Will this ever be fixed? Is it not seen as a problem that Titanium cannot be used to produce a native grouped table view?
Seems like this got lost in a black hole. Can anyone take a look at it?
Any updates?
This makes an app using grouped tableview look very unprofessional. Can we please get a fix for this one?
@sindre - Do you see this issue even with the latest 2.1.0 build?
Yes. Screenshot taken with the 2.1.0 build: https://img.skitch.com/20120626-88nmaiuj5yhpxeai325csfknah.png
bump
Closing due to inactivity. If this issue still exists, please raise a new ticket.