[TIMOB-8116] MobileWeb: maxRowHeight and minRowHeight in TableView are not layout aware
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-21T09:55:41.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-03-20T12:41:17.000+0000 |
Updated | 2017-03-03T23:57:32.000+0000 |
Description
maxRowHeight and minRowHeight naively set minHeight and maxHeight on the dom node, but this means the layout algorithm won't know when the row is being clamped, and thus not layout correctly.
Attachments
File | Date | Size |
app.js | 2012-03-20T20:40:39.000+0000 | 659 |
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1773
Closing ticket as MobileWeb is no longer supported.