[Mono-bugs] [Bug 81069][Wis] Changed - Fails on PostBack when HtmlTextArea is located in Dynamically Loaded Control

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 28 23:28:50 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by seanhig at geminibay.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81069

--- shadow/81069	2007-03-28 22:23:57.000000000 -0500
+++ shadow/81069.tmp.12192	2007-03-28 22:28:50.000000000 -0500
@@ -122,6 +122,17 @@
 And the problem was corrected...  ???
 
 ------- Additional Comments From seanhig at geminibay.com  2007-03-28 22:23 -------
 Created an attachment (id=18970)
 Test Case
 
+
+------- Additional Comments From seanhig at geminibay.com  2007-03-28 22:28 -------
+I can't believe I spent the whole day on this only to find out the bug was easily reproduced.. it 
+happens when the Dynamically loaded control contains an HtmlTextArea or HtmlInputText 
+that is Disabled = true.
+
+As I mentioned above, adding "if(Disabled) return false;" to the LoadPostBackData method 
+seems to fix it... if that is the right thing to do it would be great to get this rolled into SVN... 
+thx
+
+


More information about the mono-bugs mailing list