[TIMOB-1194] Android: minRowHeight not respected everywhere (TableViewProxy)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T22:46:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, defect |
Reporter | Bill Dawson |
Assignee | Eric Merriman |
Created | 2011-04-15T02:46:21.000+0000 |
Updated | 2017-06-07T21:33:15.000+0000 |
Description
Changes in #1094 only fix the row height problem if the row has already been added to a view (i.e., getParent() is not null). We need to work out all other scenarios, including:
-
What to do if the property is changed in the parent (TableViewProxy) -- trickle down to child rows.
-
Handle in other spots in code: update, append, set, layout, etc.
Resolving ticket as Invalid as there is hardly any information whatsoever and this was created in April 2011 with no response since that time.