-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Markdown widget loses focus on initial entry #901
Comments
It's almost certainly due to new logic included with 1.0: The purpose of that change was to resolve an issue where the markdown field did not reset it's value if you went directly to a new entry from an existing entry. It now appears that it didn't resolve that problem either. |
Had to revert fix, still an issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as stale and/or outdated. |
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
The markdown editor uses a debounce for updating it's value in the redux store, about 150ms I believe. The first time this debounce runs, the editor loses focus. So usually just after the first character is typed. Only happens that one time in the session, and only if the editor was initially empty.
- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
Markdown widget should not lose focus.
- Please mention your CMS, node.js, and operating system version.
CMS 1.0.2
The text was updated successfully, but these errors were encountered: