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

Job option names are not modifiable in 1.6.1+ #559

Closed
michaelgibson opened this issue Sep 30, 2013 · 4 comments
Closed

Job option names are not modifiable in 1.6.1+ #559

michaelgibson opened this issue Sep 30, 2013 · 4 comments
Labels
Milestone

Comments

@michaelgibson
Copy link

Confirmed by Alex in IRC.

Steps to reproduce.
Create new job or edit existing job on 1.6.1+ and try to use backspace or arrow keys within the job option name textarea.
Result is that the text is not removed.
No errors in the JS console that I can see.

@gschueler
Copy link
Member

thanks, can you post your os/browser details?

@ahonor
Copy link
Contributor

ahonor commented Sep 30, 2013

From IRC: "michaelgibson: I use Firefox in linux mainly but have reproduced in Chrome, and IE in windows."

I reproduced problem with Firefox on Macosx

@coderanger
Copy link

Still happening in 2.0.3 on Firefox 28.

@coderanger
Copy link

The issue is mostly likely here

elem.observe('keypress', onlychars.curry('[a-zA-Z_0-9.\\t-]'));

Should be extended to allow control chars.

@ahonor ahonor modified the milestones: 2.0.4, 1.6.3 Mar 29, 2014
gschueler added a commit that referenced this issue Apr 10, 2014
* checked with firefox, IE, chrome, safari
gschueler added a commit that referenced this issue Apr 11, 2014
* checked with firefox, IE, chrome, safari
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

4 participants