Skip to content
#

tour

Here are 133 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

sn3p
sn3p commented Apr 10, 2020

I want to close a tour step when the target is clicked. There is no option like clickTargetAction or something like that so I'm trying to implement this myself.

My idea was to add a click event listener on step show and remove it on hide, but this seems to be more complex than I thought. Adding the click listener to the target on show was easy, but I can't find a simple clean way to remov

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.

typhoon2099
typhoon2099 commented Feb 2, 2018

I am using the exact versions of the following:

  • Browser: Firefox Version: 59.0b5 (64-bit)
  • AngularJS: 1.6.8
  • Angular Bootstrap: 2.5.6
  • Angular UI Tour: 0.9.2

I have installed this library via: NPM

I have observed the following behavior:

I have set up my AngularJS application to use Webpack and ES6 to import modules. angular-ui-tour is imported using the following

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.