[Mono-bugs] [Bug 76565][Maj] Changed - Error Page_Validators is
undefined in Internet Explorer
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 26 16:18:54 EDT 2005
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 schwimmlehrer at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76565
--- shadow/76565 2005-10-26 15:36:16.000000000 -0400
+++ shadow/76565.tmp.25887 2005-10-26 16:18:54.000000000 -0400
@@ -53,6 +53,20 @@
('PictureCustomValidator2'), document.getElementById
('PictureCustomValidator1'));
// -->
</script>
I am using Internet Explorer 6.
+
+------- Additional Comments From schwimmlehrer at hotmail.com 2005-10-26 16:18 -------
+I am also having some JavaScript troubles on forms *with* Validators
+in Internet Explorer. After submitting a form I get "'null' is Null or
+no Object" (I have translated this message from German). It's an error
+in line 149, so it *could* be this line, but I am not sure (in
+WebResource.axd):
+ return el.value;
+ }
+
+ /* if it's a select, loop over the options looking for the
+ * selected one. */
+ if (typeof (el.selectedIndex) != 'undefined') {
+...
More information about the mono-bugs
mailing list