[TIMOB-9515] MobileWeb: Implement proper abstractions for the layout property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-05-01T22:31:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | linvalid |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-06-13T10:55:16.000+0000 |
Updated | 2018-04-04T23:20:36.000+0000 |
Description
Right now the public view.layout property is fixed to the base element. It needs to be abstracted the same way .add() and .remove() were abstracted to allow layouts to fall through to inner children (see TIMOB-9431 for the current hacky workaround used). Since layout is a property and not a method, handling inheritance will be tricky.
Resolving ticket as "Won't Fix" as MobileWeb is no longer supported.
Closing as will not fix.