[Mono-bugs] [Bug 49819][Wis] Changed - Sometimes ImageButton doesnt get postback
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Nov 2003 19:52:28 -0500 (EST)
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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49819
--- shadow/49819 2003-11-07 17:09:50.000000000 -0500
+++ shadow/49819.tmp.13616 2003-11-07 19:52:28.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 49819
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System.Web
AssignedTo: jackson@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -48,6 +48,10 @@
I just attached a patch. It appears that the image is just getting the
x value posted back, and there is no .x appended to its name. I am not
sure if this patch is solving the problem or a symptom of the problem.
------- Additional Comments From gonzalo@ximian.com 2003-11-07 17:09 -------
It worked fine with dasblog. commit, commit! :)
+
+------- Additional Comments From jackson@ximian.com 2003-11-07 19:52 -------
+Patch is now in CVS. I'm going to mark this as fixed and try doing
+some more investigation to see if this is really the fix.