galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.39k stars 1k forks source link

Tool Form Param Input Triggers fail w/ Tour inputs. #5324

Open dannon opened 6 years ago

dannon commented 6 years ago

The text entry method used in tour textinsert commands doesn't trigger some input methods. This isn't usually a problem, but the tool form seems to only parse inputs after certain triggers.

We can either fix the tool form to handle inputs better, or we can have textinsert trigger additional events after inserting the text. Currently textinsert works by chaining .val(text-to-insert).trigger("change"), which should probably cover it.

Reported by @NguyenLien in GTN Gitter.

NguyenLien commented 6 years ago

Here are screenshots as an example:

capture d ecran 2018-01-17 a 15 37 49 capture d ecran 2018-01-17 a 15 49 28
willdurand commented 6 years ago

Hi, is there anything the tour builder can do to mitigate this?

dannon commented 6 years ago

@willdurand I don't think so, this is a problem on the Galaxy side.