-
Notifications
You must be signed in to change notification settings - Fork 258
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
syn.type()
with [escape]
string does press escape, but also appends escape
text
#198
Comments
syn.type
with [escape]
input does press escape, but also appends escape
textsyn.type()
with [escape]
input does press escape, but also appends escape
text
syn.type()
with [escape]
input does press escape, but also appends escape
textsyn.type()
with [escape]
text does press escape, but also appends escape
text
syn.type()
with [escape]
text does press escape, but also appends escape
textsyn.type()
with [escape]
string does press escape, but also appends escape
text
here is a log of events fired natively: such log can be easily enabled in Firefox: UPDATE: the blur was called by https://github.com/atk4/ui/blob/1ea7959cbd/js/src/vue-components/inline-edit.component.js#L71 - natively, it is not emit in syn.js, currently, additional events caused by a keypress are defined in https://github.com/bitovi/syn/blob/c9dfa58449/src/key.js#L546 (for for
is not enough the the syn.js events order can be debug by:
from F12 console |
v0.15.0 / latest
repro:
<input
control` (or download https://dev.atk4.org/demos/javascript/vue-component.php source)window.syn.type($('input[name=atk_fp_country__name]')[0], '[escape]', function () {})
escape
text appended shortly, which is not expected nor normally appended by a native eventPS with
[backspace]
I do not observe a simillar problem.@justinbmeyer any idea how to fix it?
The text was updated successfully, but these errors were encountered: