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

Refocus textarea on mouseout from canvas #3759

Merged
merged 2 commits into from
Mar 3, 2017
Merged

Refocus textarea on mouseout from canvas #3759

merged 2 commits into from
Mar 3, 2017

Conversation

asturur
Copy link
Member

@asturur asturur commented Mar 3, 2017

close #3661

@asturur asturur merged commit 7733dea into master Mar 3, 2017
@asturur asturur deleted the fixtextdelete branch March 5, 2017 23:42
asturur added a commit that referenced this pull request Mar 14, 2017
* add focus on moouse out

* fix mouse out lost focus
ShaMan123 added a commit that referenced this pull request Aug 25, 2022
fixes #8177 caused by #3759
and fixes #3661 that was the motivation for #3759

This issue was caused because the hiddenTextarea looses focus after mousedown.
So I have added a focus call in mousemove that fixes both issues.
ShaMan123 added a commit that referenced this pull request Aug 25, 2022
backports #8179

fixes #8177 caused by #3759
and fixes #3661 that was the motivation for #3759

This issue was caused because the hiddenTextarea looses focus after mousedown.
So I have added a focus call in mousemove that fixes both issues.
frankrousseau pushed a commit to cgwire/fabric.js that referenced this pull request Jan 6, 2023
fixes fabricjs#8177 caused by fabricjs#3759
and fixes fabricjs#3661 that was the motivation for fabricjs#3759

This issue was caused because the hiddenTextarea looses focus after mousedown.
So I have added a focus call in mousemove that fixes both issues.
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.

Can't delete text after marking all
1 participant