TailorDev / galaxy-tourbuilder

🔝 The amazing Galaxy Tour Builder web extension. // See demo 👉
https://imgur.com/a/0YVvz
MIT License
17 stars 6 forks source link

Playing stop when opening the upload box #14

Closed bebatut closed 6 years ago

bebatut commented 6 years ago

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

willdurand commented 6 years ago

Have you ever successfully run a tour involving an upload box?

bebatut commented 6 years ago

Yes for Tool installed on a Galaxy instance but not using the extension

willdurand commented 6 years ago

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)?

bebatut commented 6 years ago

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

jun-24-2018 05-16-13

Upload box is not opening - Error in the console:

screen shot 2018-06-24 at 05 19 14

willdurand commented 6 years ago

Should be fixed in https://github.com/TailorDev/galaxy-tourbuilder/releases/tag/1.3.4