Currently, clicking on a node in the UIElement tree will show and highlight the corresponding window/widget/view. For faster lookup, we also need the reverse feature, i.e, clicking on any window/widget/view will show the corresponding node in the UIElement tree.
Currently, in UI Devtools, when looking at the UI, users don't know
which UIElement is associated with which DOM node so it's hard to see
or change its properties on the fly. This cl will identify the element
under mouse cursor when in inspection mode. Users can exit inspection
mode by left click or click on the blue box-in-arrow.
Summary: Show corresponding window/widget/view in the UIElement tree when clicking on UI element. (was: Show corresponding window/widget/view in the UIElement tree when hovered)
Summary: Show corresponding window/widget/view in the UIElement tree when clicking on a UI element. (was: Show corresponding window/widget/view in the UIElement tree when clicking on UI element.)
Summary: Show corresponding window,widget, and view in the UIElement tree when hovered. (was: Show corresponding window/widget/view in the UIElement tree when clicking on a UI element.)
Comment 1 Deleted