[Mono-bugs] [Bug 79372][Min] New - Cannot cancel Splitter movement.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 11 17:56:21 EDT 2006
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79372
--- shadow/79372 2006-09-11 17:56:21.000000000 -0400
+++ shadow/79372.tmp.3493 2006-09-11 17:56:21.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 79372
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: monkey at jpobst.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cannot cancel Splitter movement.
+
+Description of Problem:
+When using a splitter, you should be able to attach to the SplitterMoving
+event and set the SplitX or SplitY in the SplitterEventArgs to override the
+user's dragging.
+
+Steps to reproduce the problem:
+1. Compile attached sample. (mcs -pkg:dotnet monotest.cs)
+2. Run sample.
+3. Attempt to move the splitter.
+
+Actual Results:
+Splitter moves like a normal splitter.
+
+Expected Results:
+Splitter should be selectable, but neither the reverse rectangle nor the
+splitter should move when the user drags it.
+
+How often does this happen?
+Always.
+
+Additional Information:
+Run on .Net for comparison if needed.
More information about the mono-bugs
mailing list