[Mono-bugs] [Bug 643847] RequiredFieldValidator validator incorrectly prevents postback from RadToolBar

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 6 09:26:08 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=643847

https://bugzilla.novell.com/show_bug.cgi?id=643847#c2


Daniel Peichev <daniel.peichev at telerik.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|daniel.peichev at telerik.com  |

--- Comment #2 from Daniel Peichev <daniel.peichev at telerik.com> 2010-10-06 13:26:07 UTC ---
I examined the RadToolBar's $create statement and noticed that it is different
under Mono. Here is a brief comparison:

Mono:
WebForm_DoPostback(\u0027RadToolBar1\u0027,\u0027{0}\u0027,null,false,true,false,true,\u0027{1}\u0027)

ASP.NET:
WebForm_DoPostBackWithOptions(new
WebForm_PostBackOptions(\u0027RadToolBar1\u0027, \u0027{0}\u0027, true,
\u0027{1}\u0027, \u0027\u0027, false, true))

This code is generated on the server via the
Page.ClientScript.GetPostBackEventReference method.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list