Do not render DOM selection when events happens inside UIElement #4465
Labels
package:engine
support:3
An issue reported by a commercially licensed client.
type:improvement
This issue reports a possible enhancement of an existing feature.
The remaining problem with widget is that you cannot click inside them. It seems that the issue with selection boils down to the fact that selection is always rendered. I've created a hack that stops selection rendering when events:
focus
,mousedown
,click
,keydown
(TAB navigation) occurs on elements insideUIElement
:This is rather dumb fix and requires knowing of renderer internals but the fix should include similar logic: do not render DOM selection when those events are triggered on node inside
UIElement
.The text was updated successfully, but these errors were encountered: