google-code-export / simplemodal

Automatically exported from code.google.com/p/simplemodal
1 stars 1 forks source link

Version 1.2.3 not sending all form values #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using ASP.NET 2.0
2. Have a div that you intend to use as a modal dialog.
3. Place a number of controls like textboxes and list boxes inside the div
and have a 'submit' button.
4. use simplemodal to open up a modal. (Possibly have a button outside the
intended to invoke it)
5. Inspect the contents of Request.Form on the Click event of the submit button

What is the expected output? What do you see instead?
On postback the Request.Forms object has less than half of the entries.
Request.Forms object should contain all keys for all input style elements
on a page

What version of the product are you using? On what operating system?
version 1.2.3 (March 2009) with ASP.NET on Vista Business SP1 and IE7

Please provide any additional information below.
However - using SimpleModal 1.2.2 - I do experience the flicker bug that
has been fixed in 1.2.3 but I get Request.Form object is FULLY populated.

Original issue reported on code.google.com by anamic...@gmail.com on 18 Mar 2009 at 2:40

GoogleCodeExporter commented 9 years ago
I've managed to get around this problem. I got around it in version 1.2.2.  

Change the instances of .appendTo('body') to .appendTo('form')

This bug is a repeat of issue 8.  Sorry.

Original comment by anamic...@gmail.com on 18 Mar 2009 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by emartin24 on 29 Mar 2009 at 3:24