[Mono-bugs] [Bug 42967][Nor] Changed - Web forms don't update when viewing in Opera

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 15 May 2003 04:46:47 -0400 (EDT)


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 tkaszuba@hotmail.com.

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

--- shadow/42967	Wed May 14 14:44:57 2003
+++ shadow/42967.tmp.23748	Thu May 15 04:46:47 2003
@@ -42,6 +42,12 @@
 I've tried this on other web forms and the same thing happens. I'm 
 suspecting that it might be some sort of configuration error
 
 ------- Additional Comments From gonzalo@ximian.com  2003-05-14 14:44 -------
 There's no browser dependent code in our asp.net implementation yet.
 So this must be related to Opera.
+
+------- Additional Comments From tkaszuba@hotmail.com  2003-05-15 04:46 -------
+Yeah... It must have something to do with Opera and how it posts the events. My guess is 
+that the server side events aren't firing. The code for the button.aspx page looks ok. 
+I had a similar problem with Opera and .NET on MS when the Text Box on change event wasn't 
+firing properly. But that's the only web control that I had problems with.