davidrhoden / jquery-modalbox-plugin

Automatically exported from code.google.com/p/jquery-modalbox-plugin
0 stars 0 forks source link

Can't get killModalboxWithCloseButtonOnly to work #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set killModalboxWithCloseButtonOnly to true

What is the expected output? What do you see instead?
I expect the window to stay open when I click anywhere on my screen but on the 
close button. But the window closes when I click outside it.

What version of the product are you using? On what operating system?
1.2.1, FF7.0.1, W7

Original issue reported on code.google.com by cryb...@gmail.com on 8 Nov 2011 at 9:18

GoogleCodeExporter commented 9 years ago
Are you sure you have the code you wrote your right? for example:

jQuery(
    ".mytest"
).modalBox({
    killModalboxWithCloseButtonOnly : true
});

Original comment by steffen....@googlemail.com on 12 Feb 2012 at 5:16