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

WordCount plugin should listen for "input" not "keyup" #8911

Closed
blindspeed90 opened this issue Jul 18, 2023 · 2 comments
Closed

WordCount plugin should listen for "input" not "keyup" #8911

blindspeed90 opened this issue Jul 18, 2023 · 2 comments

Comments

@blindspeed90
Copy link

What is the current behavior? Describe the bug
WordCount events are being triggered while cursoring through content. The plugin does 'SetContent BeforeAddUndo Undo Redo ViewUpdate keyup', and changing "keyup" to "input" would be more applicable.

Please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tiny.cloud or similar.
Add an editor listener for "WordCountUpdate" and dump to the console.

What is the expected behavior?
This should only occur when content changes.

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE?
6.5.1

@tiny-stale-bot
Copy link
Collaborator

This issue is stale because it has been open 365 days with no activity. Please comment if you wish to keep this issue open or it will be closed in 30 days.

@tiny-stale-bot
Copy link
Collaborator

This issue was closed because it has been stalled for 30 days with no activity.

@tiny-stale-bot tiny-stale-bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2024
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

No branches or pull requests

2 participants