[Mono-bugs] [Bug 63084][Nor] Changed - Bug in implementation of InnerDefaultProperty PersistenceMode

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 17:53:35 -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 gonzalo@ximian.com.

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

--- shadow/63084	2004-09-08 07:12:33.000000000 -0400
+++ shadow/63084.tmp.23188	2005-01-20 17:53:35.000000000 -0500
@@ -78,6 +78,22 @@
 windows tomorrow if you don't do before I wake up.
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-09-08 07:12 -------
 The test case indeed works out of the box on Windows. Meaning, 
 Toolbar does not need to derive from Control for the test case to 
 work (on Windows).
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-20 17:53 -------
+I got back to this bug and started from a SVN copy without my
+modifications attempting to fix it.
+
+On linux/mono/xsp i get this on the page:
+ gonzotextboxtoolbarGonzaloRepro.Controls.ParagraphMenu
+
+which is just the same as i get on windows/MS/IIS!?
+
+For the initial (bigger) test case I'm getting an invalid cast
+exception. Trying to fix that now.
+
+Can you confirm that the second test case works for you with SVN HEAD?
+
+In the meantime I'll be fixing the invalid cast.