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

Ignore pointer interceptor on web #2

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

rmoradi88
Copy link
Collaborator

@rmoradi88 rmoradi88 commented Oct 31, 2024

Description

We are using this widget to add suggestions on our roominputrow widget. After currently upgrading flutter to v3.24.3 we face some issues related to unresponsiveness of TextField after doing some actions on FireFox. The upstream issue is already been created flutter/flutter#157920.
Generally we have 3 major regressions.

  • Can not type anything after inserting an emoji
  • Changing the cursor position by clicking on mostly edge of the TextField freeze the TextField.
  • Can not type anything if you insert a suggestion either by typing @ or : and click on the suggestion.

This PR will address the first two parts.

@rmoradi88 rmoradi88 force-pushed the reza/ignore-pointer-interceptor-on-web branch from d8ca0f9 to 3bf7e8a Compare November 4, 2024 09:39
@rmoradi88 rmoradi88 merged commit 8d80a22 into master Nov 4, 2024
2 checks passed
@rmoradi88 rmoradi88 deleted the reza/ignore-pointer-interceptor-on-web branch November 4, 2024 10:43
@rmoradi88 rmoradi88 restored the reza/ignore-pointer-interceptor-on-web branch November 4, 2024 10:54
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

Successfully merging this pull request may close these issues.

2 participants