Loading...
 
Skip to main content

Plugin Tour Bugs

Status
Closed
Subject
Plugin Tour Bugs
Version
15.x
Category
  • Error
Feature
Wiki Plugin (extends basic syntax)
Resolution status
Fixed or Solved
Submitted by
Gary Cunningham-Lee
Volunteered to solve
Jonny Bradley
Lastmod by
Gary Cunningham-Lee
Rating
(0)
Description

OLD:
1. The path parameter works to open the new page, but no popup appears on the page.
This is working ok now: see the show instance linked from here: https://dev.tiki.org/item5781. However, there's no provision for the tour to lead back to the starting page.

2. The show_once parameter doesn't seem to prevent the whole tour from displaying, just the tour step that contains the parameter. The tour actually displayed on page refresh with the first step missing but the second step visible.

3. Tour step popups can get very wide (full width of screen) if they have enough content. In Bootstrap normally, popups (popovers) have a max-width of 276px. But we overrode than in Tiki to enable the huge popups in tracker tables. So should there be a special CSS rule for Tour to reimpose the Bootstrap default max-width? (And if so, can/should there also be a parameter to allow a custom max-width for an individual tour step?)

NEW:

1. The show_once parameter doesn't seem to prevent the whole tour from displaying, just the tour step that contains the parameter. The tour actually displayed on page refresh with the first step missing but the second step visible.

2. Tour step popups can get very wide (full width of screen) if they have enough content. In Bootstrap normally, popups (popovers) have a max-width of 276px. But we overrode than in Tiki to enable the huge popups in tracker tables. So should there be a special CSS rule for Tour to reimpose the Bootstrap default max-width? (And if so, can/should there also be a parameter to allow a custom max-width for an individual tour step?)

3. The "start='n'" parameter doesn't seem to work. The tour always starts on page load.

4. There's no documentation for making a start button, for when the tour doesn't start on page load. It's possible to use the plugin with a "show_restart_button='Start Tour'" parameter. Is this the right/best way to make the start button?

NEWEST:
1. The "show_once" parameter works as expected.

2. I added a CSS rule to limit the popover width to 276px (Bootstrap default). Ideally there should be a parameter to override this.

3. The "start='n'" parameter works.

4. I added description in the Tour plugin wiki help form, to use the Restart Tour button.

Solution

Is r57753 enough for now? Afraid i didn't tackle the max-width thing, but i guess you can do that one? Ta

I added a CSS rule to limit the popover width to 276px (Bootstrap default). Ideally there should be a parameter to override this.

I added description in the Tour plugin wiki help form, to use the Restart Tour button.

Importance
7
Easy to solve?
6
Priority
42
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5791
Created
Friday 15 January, 2016 02:53:47 UTC
by Gary Cunningham-Lee
LastModif
Thursday 07 April, 2016 11:46:27 UTC


Show PHP error messages