[Mono-bugs] [Bug 424704] [Patch, Regression] Commit 111421 broke the CalendarExtender from AjaxControlToolkit
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 23 12:42:36 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=424704
User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=424704#c7
Juraj Skripsky <juraj at hotfeet.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #7 from Juraj Skripsky <juraj at hotfeet.ch> 2008-09-23 10:42:36 MDT ---
Marek, there's a mistake in your commit 113826 (ScriptManager.cs:
CultureInfoSerializer no longer derives from the obsolete LazyDictionary.). The
properties should start with lowercase letters:
var __cultureInfo = '{"name":"en-US","numberFormat":{...
Commit 113826 turned this into:
var __cultureInfo = '{"Name":"en-US","NumberFormat":{...
This breaks the original test case (the calendar from AjaxCtrlTk) again. Could
you fix this or do you want me to do it?
--
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