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

fix(): compositionEnd event handler is not registered correctly. (regression from f91362c ) #9610

Merged
merged 3 commits into from
Jan 20, 2024

Conversation

xiaofeiniuuu
Copy link
Contributor

Textbox Chinese input with ctrl+a select all question

The inCompositionMode variable was not set to false after input was completed

This is because the input of the event name compositionend binding is incorrect

The current binding method in the code

image

Copy link

codesandbox bot commented Jan 19, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Contributor

@ShaMan123 ShaMan123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!
Please run
npm run prettier:write
to fix the added whitespace and commit the changes with a change log entry
Then we can merge

@asturur
Copy link
Member

asturur commented Jan 20, 2024

seems a regression we introduced here:
f91362c
Please fix the prettier warnings and we can merge

@asturur asturur changed the title fix:Textbox select all questions after entering Chinese fix(): compositionEnd event handler is not registered correctly. (regression from f91362c ) Jan 20, 2024
@asturur
Copy link
Member

asturur commented Jan 20, 2024

ok i managed to push prettier:write on the remote branch

@asturur
Copy link
Member

asturur commented Jan 20, 2024

Thank you good catch!

@asturur asturur merged commit 25459f6 into fabricjs:master Jan 20, 2024
20 of 22 checks passed
@xiaofeiniuuu xiaofeiniuuu deleted the textbox-select-all branch January 22, 2024 01:32
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.

None yet

3 participants