Issue 158: modal=true but background is still clickable
Status:  WontFix
Owner: ----
Closed:  Feb 2009
Reported by Brendanm...@gmail.com, Feb 4, 2009
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
Could you send your javascript code to set modal:true please?
Maybe you did it wrong and that's why it's not working properly.
Feb 5, 2009
#2 Brendanm...@gmail.com
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
Project Member #3 nyro...@gmail.com
Ok, thanks.
Status: WontFix