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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
