Re: [galaxy-dev] Different behavior of select tag in the tool configuration file when the number of options is different.

2013-01-30 Thread James Taylor
I have a patch to replace the searchable select implementation with select2 which seems to work well, but still needs comprehensive testing. I think it may address this problem. If anyone is interested in trying it: https://bitbucket.org/james_taylor/james-galaxy-central-patches/src/b70fa48058f

Re: [galaxy-dev] Different behavior of select tag in the tool configuration file when the number of options is different.

2013-01-30 Thread Peter Cock
On Wed, Jan 30, 2013 at 3:01 AM, Luobin Yang wrote: > Hi, > > I have a 'select' tag in a tool's XML file, ... when the number of options > exceeds 20, then drop down menu of the web interface displays "Click to > Select or Search" ... Why the behavior changed when there are 20 options > or more fo

[galaxy-dev] Different behavior of select tag in the tool configuration file when the number of options is different.

2013-01-29 Thread Luobin Yang
Hi, I have a 'select' tag in a tool's XML file, I would like to have a default option, which is choosing nothing. So the drop down menu of the web interface will be empty and when a user clicks the drop down menu, the list contains an empty entry with other options. So I basically have an option t