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

GUI Java Script ReferenceError: ExecutionOptions is not defined #501

Closed
schast opened this issue Aug 12, 2013 · 2 comments
Closed

GUI Java Script ReferenceError: ExecutionOptions is not defined #501

schast opened this issue Aug 12, 2013 · 2 comments
Labels
Milestone

Comments

@schast
Copy link

schast commented Aug 12, 2013

Hi,

there is a java script error for multi-valued options (delimiter is a space or otherwise).
cannot click on "New Value…" to enter a value.

affected code:

                    fireWhenReady('70de323b_TEST_h', function(){
                            $$('#70de323b_TEST_h input[type="checkbox"]').each(function(e){
                                Event.observe(e,'change',ExecutionOptions.multiVarCheckboxChangeWarningHandler.curry('TEST'));
                            });
                            $$('.obs_addvar').each(function(e){
                                Event.observe(e,'click', function(evt){
                                    var roc=_remoteOptionControl('_commandOptions');
                                    ExecutionOptions.addMultivarValue('TEST','70de323bvarinput',null,roc.observeMultiCheckbox.bind(roc));
                                });
                            });
                        }
                    );

firefox error console:
Error: ReferenceError: ExecutionOptions is not defined

job_options
job_execution

@gschueler
Copy link
Member

What OS and Firefox version are you using? thanks for the report

@schast
Copy link
Author

schast commented Aug 12, 2013

hi greg,

i have tested with the following systems:

  • windows xp with internet explorer 9 and firefox 23
  • ubuntu 13.04 with firefox 22

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