What steps will reproduce the problem?
1. create a button with onclick event: onclick=\"$.nyroModalManual({ url:
'company_ajax.php', type: 'ajax', ajax: {type:'post', data:
'op=print&class=szerz&c_id=1'}, debug: true });
2. in 'company_ajax.php' be print_r($_POST);
3. push the button, and voila, POST is empty
What is the expected output? What do you see instead?
$_POST should not be empty, if ajax.type is 'post'
What version of the product are you using? On what operating system?
jquery-1.2-1, nyroModal-1.3.0
Please provide any additional information below.
Fixed it temporarily with changing "data: currentSettings.ajax.data," on
line 425 (function processModal).
ENHANCEMENT: I've changed the debug function, please see attached file ( +1
new global variable: debugMsg). With this method, the debug messages will
not be 'lost', if the modal window is not visible.
Labels: Type-Defect