Skip to content
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

🐛 Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root #163

Closed
jonahzheng opened this issue Feb 8, 2022 · 3 comments

Comments

@jonahzheng
Copy link

[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: Node 51 is not marked for destruction, would be reparented to 3
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: Node 51 is not marked for destruction, would be reparented to 3
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 307 will not be in the tree and is not the new root

failed

D:\flutter\flutter doctor -v
[√] Flutter (Channel stable, 2.10.0, on Microsoft Windows [Version 10.0.19042.1466], locale zh-CN)
    • Flutter version 2.10.0 at D:\flutter_sdk
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 5f105a6ca7 (7 days ago), 2022-02-01 14:15:42 -0800
    • Engine revision 776efd2034
    • Dart version 2.16.0
    • DevTools version 2.9.2

[√] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
    • Android SDK at C:\Android\SDK
    • Platform android-32, build-tools 32.0.0
    • ANDROID_HOME = C:\Android\SDK
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Professional 2019 16.11.8)
    • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional
    • Visual Studio Professional 2019 version 16.11.32002.261
    • Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 2020.3)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)

[√] IntelliJ IDEA Ultimate Edition (version 2019.2)
    • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2019.2.1
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] VS Code, 64-bit edition (version 1.63.2)
    • VS Code at C:\Program Files\Microsoft VS Code
    • Flutter extension can be installed from:
       https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[√] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.19042.1466]
    • Chrome (web)      • chrome  • web-javascript • Google Chrome 97.0.4692.99
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 96.0.1054.62

[!] HTTP Host Availability
    X HTTP host https://maven.google.com/ is not reachable. Reason: An error occurred while checking the HTTP host: 

    X HTTP host https://cloud.google.com/ is not reachable. Reason: An error occurred while checking the HTTP host: 

! Doctor found issues in 1 category.

@bdlukaa
Copy link
Owner

bdlukaa commented Feb 8, 2022

This isn't an issue with the library, but with Flutter's Accessibility support for Windows.

Could you file an issue there with reproducible steps? I imagine this is due the Semantics widget being removed and added to the tree. Although I imagine this is only an warning!

@bdlukaa bdlukaa closed this as completed Feb 8, 2022
@jonahzheng
Copy link
Author

jonahzheng commented Feb 9, 2022

thank you, yes, but it seem not only an warning,
my steps:
1、run https://github.com/bdlukaa/fluent_ui/tree/master/example;
2、click NavigationPane's search icon, open NavigationPane;
3、and close NavigationPane, will occus issue.

Try the steps a few times, the app will exit autometically.

Flutter version 2.10.0

@jonahzheng
Copy link
Author

jonahzheng commented Feb 9, 2022

flutter version switch back to 2.8.1,
the error is disappear.

flutter/flutter#98099

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants