Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-730] Android: Header View should not be selectable.

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:54:04.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.3.0
ComponentsAndroid
Labelsandroid, defect
ReporterDon Thorp
AssigneeMarshall Culpepper
Created2011-04-15T02:35:18.000+0000
Updated2011-04-17T01:54:04.000+0000

Description

isEnabled Line 227 in TiTableView needs to be updated to return false for header and footer view.

Comments

  1. Marshall Culpepper 2011-04-15

    (from [b32abba14c860684dcc2d6c780ad189f1f78e14f]) ignore the header/footer views in onItemClick / onItemSelected, and decrement the index if a headerView is used (the passed in position is +1 from the ListView) [#730 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/b32abba14c860684dcc2d6c780ad189f1f78e14f"> http://github.com/appcelerator/titanium_mobile/commit/b32abba14c860...

  2. Marshall Culpepper 2011-04-15

    (from [700ffc9074eb6e0176296bcc3220663f2a21c49e]) make TableView header and footer views not selectable [#730 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/700ffc9074eb6e0176296bcc3220663f2a21c49e"> http://github.com/appcelerator/titanium_mobile/commit/700ffc9074eb6...

JSON Source