We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ACE editor is used for scripts (JS).
Seems like ACE is randomly choosing not to select things.
Code:
setTimeout(function(){ console.log('2 sek') },7000) setTimeout(function(){ console.log('1 sek') },8000) setTimeout(function(){ console.log(sel_t3.getSelection()) },9000)
Edit field:
a b c d e f g h
"d.e.f" is selected (3 lines)
Object { isEditable: true, isInput: true, selected: "d\ne" }
CTRL+A selected (8 lines):
Object { isEditable: true, isInput: true, selected: "g\nh" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ACE editor is used for scripts (JS).
Seems like ACE is randomly choosing not to select things.
Code:
Edit field:
"d.e.f" is selected (3 lines)
CTRL+A selected (8 lines):
The text was updated successfully, but these errors were encountered: