[Mono-bugs] [Bug 75359][Maj] New - Wrong behavior of MONO SWF
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 05:16:21 EDT 2005
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 ddmk at mail.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=75359
--- shadow/75359 2005-06-23 05:16:21.000000000 -0400
+++ shadow/75359.tmp.2890 2005-06-23 05:16:21.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 75359
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Windows XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: ddmk at mail.ru
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Wrong behavior of MONO SWF
+
+I test it on mono 1.1.8.
+Please try attached application (it is VERY(95% of functionality is
+cutted)) cutted version of my diploma project) you can see several
+difference between mono on windows and MS.NET framework:
+
+1. Bad background clearing.
+2. Bad main menu works (if you click in down part of menu click don't do
+anything but must open menu)
+3. Some mouse events problems detected.
+4. And primary: wrong elements in System.Windows.Forms.Control.Controls
+collection (in panel by default none must present but some elements
+present which must not present :
+on Edit->Clear Storage i do :
+ foreach (BaseNode t in Doc.Controls)
+ {
+ StorageView st=t as StorageView;
+ if (st!=null) st.Clear();
+ }
+Doc is main panel. each item which i add into it has BaseNode type.
+(it can be simple remade without BaseNode (using Control as base class) )
+but MS.NET do not store any other items in Controls Collection so this is
+bug of mono.
+
+5. Please use right button click (context menu) to add additional
+elements in panel you can see also strange behavior of context menu
+to open submenuyou must press mouse button but if you unpress it menu is
+closed so you must navigate furhter with pressed mouse button.
More information about the mono-bugs
mailing list