keyboard input focus is not correctly assigned

Description

When launching an application that accepts keyboard input, the focus is not properly assigned.

 

Using LayerManagerControl to manually assign the keyboard input focus to the application surface makes it work as expected.

Environment

None

Activity

Walt Miner 
February 11, 2019 at 11:11 PM

Close for FF 6.0.4 and GG 7.0.0

Nick Yamane 
December 21, 2018 at 11:24 AM

Nick Yamane 
December 21, 2018 at 11:15 AM

Temporary fix verified and as immediate solution for CES demo, it's gonna be applied at `meta-agl-lge` layer.

https://github.com/webosose/meta-agl-lge/pull/37

Nick Yamane 
December 21, 2018 at 1:03 AM

Possible temporary solution: Backporting GG patch working around this issue in xdg-launcher:

WIP:

https://gerrit.automotivelinux.org/gerrit/#/c/19331/
https://gerrit.automotivelinux.org/gerrit/#/c/19329/

Lorenzo 
December 19, 2018 at 7:23 PM

In order to workaround the issue and manually give the focus to the app, it's possible to do:

LayerManagerControl get input focus # get id
LayerManagerControl set surfaces <id> input focus all

Fixed

Details

Assignee

Reporter

Labels

Contract ID

Priority

Created November 2, 2018 at 1:14 PM
Updated February 11, 2019 at 11:11 PM
Resolved December 21, 2018 at 11:24 AM