The Wayback Machine - https://web.archive.org/web/20200714104952/https://github.com/topics/tour
Skip to content
#

tour

Here are 137 public repositories matching this topic...

nukem7673
nukem7673 commented Mar 18, 2020

Description

Stumbled across this in the documentation while going through the 'Quick Start' guide. Link provided to see all (HTML?) attributes leads to Github page with a message stating the documentation was moved.

Page with broken link: https://introjs.com/docs/getting-started/start

I'd imagine this is an easy fix, but just wanted to highlight the href value needs updated.

Expect

RobertGary1
RobertGary1 commented Sep 4, 2019

Some steps may click a button on a page or do other things to the page. Because users can be forward and backward it can be difficult to put the page back where it should be when they leave a step. It would be easier if there was a way to have a callback function for a given step.

jrdn91
jrdn91 commented Oct 18, 2017

I am using the exact versions of the following:

  • Browser: [Chome|Firefox|IE|Safari] Version: 61.0.3163.100 (Official Build) (64-bit)
  • AngularJS: v1.6.1
  • Angular Bootstrap: 2.5.0
  • Angular UI Tour: 0.9.2

I have installed this library via: Bower

It would be nice to tell a certain step to not allow the user to click to the next step, and instead manually control when that ste

ianjamieson
ianjamieson commented Jan 9, 2020

Describe the bug
Installing package for Angular 8+ shows warnings.

To Reproduce

  1. Create an Angular project with version >= 8
  2. Run npm install ngx-joyride --save

Expected behaviour
Should install without warning

Actual behaviour
Shows the following warnings after install

npm WARN ngx-joyride@2.2.10 requires a peer of @angular/core@>=4.0.0 <8.0.0 but none 
stonemaster
stonemaster commented Nov 17, 2016

Same as the compilation of the source code examples, all internal as well external links should be checked during the sanity check. That means that the external links are still reachable and not out-dated and we don't have typos in the links. A first simple check could be to extract all elements out of the final, rendered markdown and check whether we don't get 4xx or 5xx HTTP error codes for

DancingDad
DancingDad commented Apr 26, 2020

"bootstrap-tourist": "^0.3.2",

Error:
Noticed that on the last step in the tour the next button is greyed out but can still be clicked resulting in the user being locked in a backdrop they cannot navigate from without refreshing the page.

Solution:
The next button should be disabled and unclickable on the last step of the tour. The only clickable options should be "Prev" and "End Tour".

Improve this page

Add a description, image, and links to the tour topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tour topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.