Closed bebatut closed 6 years ago
Have you ever successfully run a tour involving an upload box?
Yes for Tool installed on a Galaxy instance but not using the extension
Could you create a tour (YAML content) with the minimal number of steps to trigger the bug? Including a step that cannot be reached because of the error.
Do you see anything in the console (dev tools)?
Minimal tour:
id: new-tour
name: Galaxy Tour
description: This is a new tour created with the Galaxy Tour Builder extension.
title_default: Galaxy Tour
steps:
- title: Step 1
element: '#tool-panel-upload-button .fa.fa-upload'
content: ''
placement: right
postclick:
- '#tool-panel-upload-button .fa.fa-upload'
- '#btn-reset'
- title: Step 2
element: '#btn-close'
content: ''
placement: left
What is happening
Upload box is not opening - Error in the console:
Should be fixed in https://github.com/TailorDev/galaxy-tourbuilder/releases/tag/1.3.4
Hi,
When testing a tour, the playing stops when the upload box should open. But it works for the same tour installed on a running Galaxy instance. I got this error on both Chrome and Firefox, with several tours (e.g. https://raw.githubusercontent.com/galaxyproject/training-material/master/topics/metagenomics/tutorials/general-tutorial/tours/metagenomics-general-tutorial-amplicon.yml).
Bérénice