Juanjo Tugores

Results 7 issues of 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...

platform-web

*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...

platform-web

### 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]...

platform-web

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. ##...

platform-web

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...

platform-web

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...

platform-web