sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

`focusedChild` of Group/LayoutGroup doesn't propagate up the chain #550

Closed cchrissy closed 3 years ago

cchrissy commented 4 years ago

I have a LayoutGroup , and have called setFocus(true) on one of its child nodes in the code. Supposedly the focusedChild field of the group would have been updated to the child node now and I want to test it out, but it seems like it's not doing it.