-
Notifications
You must be signed in to change notification settings - Fork 18
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
Option to trigger onChange event #4
Comments
Hi, @martindsouza By "modified text", do you mean modified with a normal user |
If I open a text area using the plugin then modify the text in Atom. When is an I'm looking for this feature since I use an online application builder that allows you to define code in a text area. When a change event occurs (tab out, etc) it triggers a code validation script. Since this plugin doesn't appear to be doing that I need to go back to the text area, add a blank space or make another change, then tab out to trigger the Does this make sense? |
Thank you for the clarification. For this particular case, the keypress event could be emitted by default, which should solve the issue. In the meanwhile, if you want this to be fixed faster, you can add an event handler matching Thank you! |
@tuvistavie thanks for the detailed information. I've never built a browser or Atom plugin before so I'll need some learning time before making a PR. Will keep you posted. |
I just updated the Chrome plugin to emit a keypress event on every change. I think this should fix your issue, so please try to upgrade the Chrome plugin to 0.2.2 and let me know how it goes. Thank you. |
@martindsouza Hi, any news here? |
@tuvistavie I updated to 0.2.4 and still have the same issue. I've included a gif of it below. What happens is that after I enter a query and tab out, the app automatically checks with the DB if the syntax is valid. When using the plugin it doesn't since it doesn't appear that anything was changed in the field. In the second part I manually type in the content then tab out and you can see the validation occurred. |
@martindsouza Thank you very much for the details. |
@tuvistavie Yes I believe it is. You can access the site at apex.oracle.com > Sign In (top right) > Request a Workspace (under |
@martindsouza Thank you for the details. I gave it a try, but I could not figure out a way to make it work properly. |
@tuvistavie I appreciate you looking into it some more. If I think of a way I'll let you know. I've got some busy weeks ahead of me so I won't be able to spend more time on it in the near future. I've set a reminder though to come back and look at this ticket. |
It doesn't appear that modified text triggers an onChange event. Perhaps give an option to parameterize this.
The text was updated successfully, but these errors were encountered: