-
Notifications
You must be signed in to change notification settings - Fork 840
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
Paste context menu not dismissed #2153
Comments
I know what part is causing the error. I'll test my fix soon (i don't know why it was removed) |
I don't expect that. It's weird. You have a point, it could be something more deeper than we expect. |
Does this issue still persists? If not we need to close it. |
Is this still an issue? |
Yes, still exists. |
Will keep it open, since we don't add new features anymore, we should have more time but for now, we're focusing on other issues. |
Is there an existing issue for this?
Flutter Quill version
10.4.4
Steps to reproduce
Use the example app and run on mobile.
Long press to select a word, get popup menu and select Copy. Popup menu is dismissed.
Long press at a different place, get popup menu and select Paste. Text is pasted but the popup menu is NOT dismissed.
This issue was fixed in PR2116
These changes were removed in PR2128 to address the problem with the magnifier.
Expected results
Popup menu should be dismissed after paste is selected.
Actual results
Popup menu is still present after paste is selected.
Code sample
Code sample
[Paste your code here]
Additional Context
Screenshots / Video demonstration
[Upload media here]
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered: