Skip to content

Can't move key focus on software keyboard when using FlutterRendererType.EvasGL #346

@bbrto21

Description

@bbrto21

Recently evas gl renderer has been made available for all profiles. however, during testing it was discovered that the key focus could not be moved on the software keyboard.

image

Related log

[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Right, code: 0x00000072
[I] text_input_channel.cc: HandleKey(322) > Key[Right] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Right, code: 0x00000072
[I] text_input_channel.cc: HandleKey(322) > Key[Right] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Down, code: 0x00000074
[I] text_input_channel.cc: HandleKey(322) > Key[Down] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Down, code: 0x00000074
[I] text_input_channel.cc: HandleKey(322) > Key[Down] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Left, code: 0x00000071
[I] text_input_channel.cc: HandleKey(322) > Key[Left] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Left, code: 0x00000071
[I] text_input_channel.cc: HandleKey(322) > Key[Left] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Up, code: 0x0000006f
[I] text_input_channel.cc: HandleKey(322) > Key[Up] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Up, code: 0x0000006f
[I] text_input_channel.cc: HandleKey(322) > Key[Up] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Left, code: 0x00000071
[I] text_input_channel.cc: HandleKey(322) > Key[Left] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Left, code: 0x00000071
[I] text_input_channel.cc: HandleKey(322) > Key[Left] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Left, code: 0x00000071
[I] text_input_channel.cc: HandleKey(322) > Key[Left] is unhandled.
[I] flutter_tizen_view.cc: OnKey(252) > Key symbol: Left, code: 0x00000071
[I] text_input_channel.cc: HandleKey(322) > Key[Left] is unhandled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions