google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

JS Error in Design (next_release) on tool input validation #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add the blast tool or tool with input
2. Do not add a file select
3. The -i or input field will be highlighted as red
4. Click the select then click off the select

You will get this error:

Uncaught TypeError: Cannot call method 'validate' of undefined 
YabiJobParam.js:72

Original issue reported on code.google.com by amacgregor on 13 Jun 2012 at 4:22

GoogleCodeExporter commented 9 years ago
This also occurs if you select a file then change the drop down from 1 - Select 
File to the specific file.

Original comment by amacgregor on 13 Jun 2012 at 4:23

GoogleCodeExporter commented 9 years ago
In fact this occurs if you change any dropdown in tool options

Original comment by amacgregor on 13 Jun 2012 at 4:26

GoogleCodeExporter commented 9 years ago
Fixed on tszabo in ce2079c2426a

Original comment by szab...@gmail.com on 14 Jun 2012 at 9:49