-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[a11y] ATK assertion failure when screen reader is enabled #8
Comments
The issue is reproducible not only on TV devices but also on RPi devices. The problem is that the value of the (lldb) bt
* thread #1, name = 'Runner.dll', stop reason = breakpoint 1.1
* frame #0: 0x0000007ed86d7be4 libflutter_tizen.so`ui::(anonymous namespace)::atk_action::DoAction(atk_action=0x00000055632914d0, index=-1)
frame #1: 0x0000007ed838e9c0 libatk-bridge-2.0.so.0`impl_DoActionName(bus=<unavailable>, message=<unavailable>, user_data=0x00000055632914d0) at action-adaptor.c:267:3
frame #2: 0x0000007ed839a914 libatk-bridge-2.0.so.0`handle_message at droute.c:554:21
frame #3: 0x0000007ed839a8d0 libatk-bridge-2.0.so.0`handle_message(bus=0x0000005563261920, message=0x0000005563260a90, user_data=0x0000005563264120) at droute.c:601
frame #4: 0x0000007edb402c30 libdbus-1.so.3`___lldb_unnamed_symbol248$$libdbus-1.so.3 + 416
frame #5: 0x0000007edb3f22e8 libdbus-1.so.3`dbus_connection_dispatch + 1048
frame #6: 0x0000007ed82455e0 libatspi.so.0`___lldb_unnamed_symbol93$$libatspi.so.0 + 32
frame #7: 0x0000007f885bc274 libglib-2.0.so.0`g_main_context_dispatch + 628
frame #8: 0x0000007f881df828 libecore.so.1`___lldb_unnamed_symbol72$$libecore.so.1 + 1224
frame #9: 0x0000007f881e1ea0 libecore.so.1`___lldb_unnamed_symbol97$$libecore.so.1 + 1440
frame #10: 0x0000007f881e2554 libecore.so.1`___lldb_unnamed_symbol99$$libecore.so.1 + 436
frame #11: 0x0000007f881e2c40 libecore.so.1`___lldb_unnamed_symbol102$$libecore.so.1 + 256
frame #12: 0x0000007f881e7e28 libecore.so.1`___lldb_unnamed_symbol173$$libecore.so.1 + 24
frame #13: 0x0000007f881e6f4c libecore.so.1`efl_loop_begin + 140
frame #14: 0x0000007f881e1504 libecore.so.1`ecore_main_loop_begin + 100
frame #15: 0x0000007f8798b684 libapp-core-cpp.so.1`tizen_cpp::AppCoreBase::Run(int, char**) + 20
frame #16: 0x0000007f80040750 libapp-core-ui-cpp.so.1`tizen_cpp::AppCoreUiBase::DoRun(int, char**) + 464
frame #17: 0x0000007f80040b6c libapp-core-ui-cpp.so.1`tizen_cpp::AppCoreUiBase::Impl::Run(int, char**) + 476
frame #18: 0x0000007f80078f98 libcapi-appfw-application.so.0`ui_app_main + 584 I examined runtime values of some variables in the I'm not familiar with the libatk-bridge code so I don't know which exact part needs a fix. Could anybody help? @flutter-tizen/maintainers |
I see a lot of these error messages when running the Gallery app and moving widget focus on TV. Is this related to the recently added screen reader support?
TV image:
cc @wanchao-xu
The text was updated successfully, but these errors were encountered: