zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 241 forks source link

.joyride-modal-bg comes back after resize #194

Open MNU-497 opened 9 years ago

MNU-497 commented 9 years ago

if you have a modal with the BG and you click the BG to close out the modal, it comes back on when you resize the window. At least it did in my testing.

I edited jquery.joyride-2.1.js

Line (original) 117: methods.end();

Line (edited) 117: methods.end(true /* isAborted */);

It seams to fix the issue, but it may create more. Please take a look at it.

MNU-497 commented 9 years ago

Note: it only happens when you click the background to dismiss the modal.