| Issue 158: | modal=true but background is still clickable | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
What steps will reproduce the problem? 1. create a modal with the setting "modal: true" What is the expected output? What do you see instead? Notes indicate this should disable the esc key function, remove the close button and make the background non-clickable. Esc & close buttons are disabled, but clicking the background still closes the modal. What version of the product are you using? On what operating system? latest: 1.3.1 - tested on windows IE6 & mac current versions of Safari & firefox Please provide any additional information below.
Feb 5, 2009
Project Member
#1
nyro...@gmail.com
Feb 5, 2009
Code I'm using is:
$(function() {
$('#enquiry_type_pop_link').nyroModalManual({
modal: true,
debug: true,
height: 120,
width: 700,
minWidth: 10,
minHeight: 10,
resizeable: false,
autoSizable: false,
padding: 20
});
});
Strangely, after moving the site to live pre-production server I can not reproduce the error. Seems it is only an issue when developing on my
local machine.
Feel free to close this bug - more than likely a safari/mac idiosyncrasy than an error with your fine coding.
Feb 5, 2009
Ok, thanks.
Status:
WontFix
|
||||||||