CKBox command should (allow to) set focus in the opened dialog #14312
Labels
intro
Good first ticket.
package:ckbox
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
window.setTimeout( () => editor.execute('ckbox'), 5000 )
.✔️ Expected result
Your window focus should go to CKBox dialog (your keyboard actions should be handled by CKBox).
❌ Actual result
Your focus is still in editor, thus you're changing the content of the editor.
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
This issue is mostly visible if you're opening CKBox with slash commands:
/uplo
(should yield upload command).You expect your focus to be moved to CKBox.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: