Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Matthew_Birch
Reel Rookie

Bubbling issue on key events

Hi,

Noticed the following behaviour regarding grids, and wanted to try and determine whether this is expected / an issue.

Given a view component, and a grid widget whereby the grid is invoked / populated / etc from the view component. When pressing "ok" on the RC I'd expect the grid widgets keyEventHandler to fire and if not handled bubble up to the view components keyEventHandler where I have access to the press and release events. But currently, the keyEventHandler is only being fired within the view on release with the press being ignored. I've attached a sample application where the view is HomeView, and the grid is CustomGrid for reference.

Would be useful to know if anyone has ran into this, possible workarounds, etc.

Thanks,

Matt
0 Kudos