[TIMOB-9728] MobileWeb: Add data-widget-properties to all Titanium DOM nodes.
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-06-28T23:40:35.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Chris Barber |
| Created | 2012-06-22T11:43:10.000+0000 |
| Updated | 2018-04-04T23:20:20.000+0000 |
Description
Being able to add properties to a dom node is extremely useful. It allows developers to learn more about a DOM node in Element inspector in WebKit Inspector to make it easier to interpret.
The key property to add is whether or not a control is hidden. For this to work, the View._publish() method must be rock solid, which doesn't quite seem to be yet. This must be fixed first.
We should also consider making Element.widgetId a constant.
Resolving ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.