Hi Peter yes, we have been running into the same problem and it is an old problem which has been reported long time ago by other people as well, eg: Pieter Neerincx' email from May 2010 (Conditional params don't update properly when using radio buttons instead of popup menus.): I found the email in this thread: http://dev.list.galaxyproject.org/Galaxy-with-non-SGE-non-Torque-distributed... I guess this was reported before Trello was in use and the issue was lost? Hans-Rudolf On 05/15/2014 03:37 PM, Peter Cock wrote:
Hello all,
I ran into a problem with a conditional select parameter not working when shown as a radio box - despite the HTML having refresh_on_change set:
<div class="form-row"> <label for="dbtype">Molecule type of FASTA inputs:</label> <div class="form-row-input"><div><input type="radio" name="seq|dbtype" refresh_on_change="true" value="prot" id="seq|dbtype|prot" checked='checked'><label class="inline" for="seq|dbtype|prot">protein</label></div> <div><input type="radio" name="seq|dbtype" refresh_on_change="true" value="nucl" id="seq|dbtype|nucl"><label class="inline" for="seq|dbtype|nucl">nucleotide</label></div></div> <div style="clear: both;"></div> </div>
The simple workaround of using a drop-box select box instead worked, e.g. https://github.com/peterjc/galaxy_blast/commit/f70245e25ce171e1508585baea196...
Is this something anyone else has noticed? Should I file an issue?
Thanks,
Peter
--
This is what I was testing with initially,
$ hg branch default
$ hg log -b default | head changeset: 13855:215f23b27be9 tag: tip user: Carl Eberhard <carlfeberhard@gmail.com> date: Tue Mar 18 16:14:52 2014 -0400 summary: Page-embedded histories: allow embedding the same history more than once by removing the reliance on DOM ids and selecting/traversing based on sibling relation of the history's script
I updated, same problem:
$ hg log -b default | head changeset: 14501:75be6c49a65d tag: tip user: guerler date: Wed May 14 22:49:44 2014 -0400 summary: Charts: Fix style ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/