Juanjo Tugores
Juanjo Tugores
Implement PlatformDispatcher.requestViewFocusChange on web. Relevant Issues are: * Design doc: https://flutter.dev/go/focus-management * Focus in web multiview: https://github.com/flutter/flutter/issues/137443 * Platform dispatcher changes: https://github.com/flutter/engine/pull/49841 ## Pre-launch Checklist - [x] I read the...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
### Use case Autofocus annotations in widgets should cause the platform focus to move to right view if needed ### Proposal The framework should track which view has focus (if...
Enable view focus https://github.com/flutter/flutter/issues/153022 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...
This PR reverts https://github.com/flutter/engine/pull/52527 now that the view focus functionality was fully launched. This PR should be merged at least 1 week after https://github.com/flutter/engine/pull/54966 is checked in. Fixes https://github.com/flutter/flutter/issues/153022. ##...
The safelyBlurElement method in the view manager should become the standard way to "blur" and "remove" elements within the web engine. Calling this method ensures the blur operation doesn't disrupt...
I am unsure why the `tabindex` was removed when semantics were enabled. It seems this change was made without a clear explanation (by me). This PR shouldn't cause any issues...