IE11: Doesn't allow cursor to focus or edit text on editor input
See original GitHub issueDo you want to request a feature or report a bug?
Bug 🐛
What’s the current behavior?’
Using Internet Explorer 11, if the editor input already contains text. It won’t allow on click to focus on the Editor Input and edit. Also upgraded to the latest Slate versions and still has the same issue but posted the versions being used below. It also is working perfectly fine in Chrome.
Any help would be much appreciated!
"slate": "^0.33.4",
"slate-react": "^0.12.4",
What’s the expected behavior?
Working on Chrome!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
IE-10 Cursor position when set focus on textbox using jquery
I have a problem in IE -10(window -7 SP-1) when set focus on a text box. my cursor position at the beginning in...
Read more >Excel 2013 Text Box Editing, Arrow Keys Don't Work
With the cursor at the end of text, pressing the left arrow key doesn't move left through the text, but saves the cell...
Read more >The Curious Case of Cursor Jumping - Mutually Human
Cursor jumping is simply when the cursor jumps from one location to another, unexpectedly, while the user is typing into a text field....
Read more >Custom Query – CKEditor
Open sample page; Click inside 1st editor to get focus ... replacebycode sample and clear editor contents; Type few characters; Select chars and...
Read more >Changelog for WYSIWYG Editor - Froala
Fixed Table Edit Popup doesn't appear when selecting all cells when one of the table cell contains text in it. Fixed issue editor...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@eramdam thanks, that was just a sidebar while attempting to reproduce the editor issue in IE11 above.
I’ve create a PR that removes
deselect
for IE in #2535. It solved the issue for me. Can others check it out?