Modals and Bootstrap Tour (https://github.com/sorich87/bootstrap-tour)
lenh opened this issue · 1 comments
Firstly I'd like to thank you for the Modal solution - works very well and is an extremely useful solution.
I'm having a problem that is beyond my pay-grade / abilities and am hoping someone can assist me, although it's not actually a core problem with the Modal code as far as I can tell. I'll understand if there is no real interest in looking as this as it's not direct issue in the Modal solution, but since this is going to happen to others and impacts on the useability of this solution I feel OK to ask for guidance here. I guess it's always an issue when there's compatibility issues between 2 components from different sources....
OK - so I'm using this tour solution (https://github.com/sorich87/bootstrap-tour). I have a tour setup that starts off on the main canvas and all is perfectly fine. The issue I'm having is that at a particular point in the tour I need to open a modal and provide tour info relating to same. When I fire the modal it's simply removing the div code created by the tour completely.... (!@#& WTF HUH?)
At 1st I thought it may be a z-index / stacking / opacity issue but for sure it's not - watching the HTML in Firebug confirmed that as soon as the modal show is fired it's completely removing the tour divs appended to the body when tour.start() fires.
I fully understand it's a cross component compatibility issue and the Modal code is actually working perfectly, but this problem is simply beyond me at my current skill level (which is pretty poor IMHO) and I'm really flummoxed by this one. Any ideas would be greatly appreciated.
Many thanks in advance...
Len
PS - have posted similar on the sorich87 side and hopefully there will be co-operation / collaboration by folks far more skilled than me to solve this one....
Closing issue. Problem resides in Tour code. Apologies for any inconvenience caused and once again many thanks for an awesome component.