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

Dragging selection does not work in IE11 #376

Closed
suchun0 opened this issue Jan 23, 2019 · 2 comments
Closed

Dragging selection does not work in IE11 #376

suchun0 opened this issue Jan 23, 2019 · 2 comments
Labels
Milestone

Comments

@suchun0
Copy link

suchun0 commented Jan 23, 2019

Version

v1.3.0

Test Environment

OS: Windows 10
Browser: IE11

Current Behavior

https://nhnent.github.io/tui.editor/api/latest/tutorial-example01-basic.html

  1. Place the cursor at the selection staring point.
  2. Try dragging to make a selection.
  3. Can figure out dragging selection does not work

Expected Behavior

  • Dragging selection correctly work
@sohee-lee7 sohee-lee7 added the Bug label Jan 23, 2019
@sohee-lee7
Copy link
Contributor

The cause for this issue is registered in the CodeMirror issue. (codemirror/codemirror5#5759)

@sohee-lee7 sohee-lee7 added this to the 1.3.1 milestone Jan 24, 2019
@sohee-lee7
Copy link
Contributor

The history is too old to find out why calls refresh in focus event handler of CodeMirror. And I did not have any problems when I changed the focus event to not call refresh. I also heard from the CodeMirror maintainer that the refresh is expensive and is not a good call to the focus event. So I will change it to not call refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants