forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
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
Labels
bugSomething isn't workingSomething isn't working
