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

[web:multi-view] render semantics to multiple FlutterViews #137445

Closed
yjbanov opened this issue Oct 27, 2023 · 2 comments
Closed

[web:multi-view] render semantics to multiple FlutterViews #137445

yjbanov opened this issue Oct 27, 2023 · 2 comments
Assignees
Labels
P1 High-priority issues at the top of the work list platform-web Web applications specifically team-web Owned by Web platform team triaged-web Triaged by Web platform team

Comments

@yjbanov
Copy link
Contributor

yjbanov commented Oct 27, 2023

The semantics tree in the web engine assumes a single view and a single semantics node tree. This assumption no longer holds in multi-view case where we have a semantics "forest" with each tree in the forest rendered into its own FlutterView. We need to fix this before we can claim that we support multi-view in Flutter Web.

@yjbanov yjbanov added platform-web Web applications specifically P1 High-priority issues at the top of the work list team-web Owned by Web platform team triaged-web Triaged by Web platform team labels Oct 27, 2023
@yjbanov yjbanov self-assigned this Oct 30, 2023
@yjbanov
Copy link
Contributor Author

yjbanov commented Dec 2, 2023

Fixed by flutter/engine#48251

@yjbanov yjbanov closed this as completed Dec 2, 2023
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1 High-priority issues at the top of the work list platform-web Web applications specifically team-web Owned by Web platform team triaged-web Triaged by Web platform team
Projects
None yet
Development

No branches or pull requests

1 participant