[TIMOB-7049] MobileWeb: Controls are overzealous about triggering a doFullLayout() call
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-01-16T17:35:46.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | stage |
| Reporter | Bryan Hughes |
| Assignee | Bryan Hughes |
| Created | 2012-01-09T17:58:53.000+0000 |
| Updated | 2014-01-28T23:44:50.000+0000 |
Description
Some controls, such as label, trigger a full layout under certain circumstances, such as changing the text for a label. These controls need to be more efficient and only trigger a layout change if the dimensions of the control will actually change.
Similarly, controls can trigger a layout even if they are in an inactive window or are not attached to a window. Need to track if a control is in an active window or not.
Duplicate of TIMOB-7171.