Hey Pablo, or anyone else who's up for a quick LZX review:

         LPP-3715 tooltip should extend node not view

<class name="tooltip" initstage="late">

should be

<class name="tooltip" extends="node" initstage="late">

it makes it so you can attach a tooltip to a view with a resource and not get errors telling you that a view with a resource can't have subviews. There's a single tooltipvew that is manipulated by the tooltip class -- so tooltip doesn't actually need to be a view.

Sarah

Reply via email to