https://bugzilla.novell.com/show_bug.cgi?id=332117

           Summary: Support AutoValidate.EnableAllowFocusChange etc
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


Created an attachment (id=176996)
 --> (https://bugzilla.novell.com/attachment.cgi?id=176996)
Repro

With AutoValidate.EnableAllowFocusChange set on a Form, even if the value in a
control (e.g. an textbox) fails validation then the user should be allowed to
move focus to another control.  This setting is not respected on Mono:
apparently not implemented, per the MonoTODO on its property (on 4 controls). 
Repro attached.  Tested on SVN head Win32 and 1.2.5_5 Suse VM.


Also, the layout in the repro is by a FlowLayoutPanel and thus the error icons
do not appear alongside the controls as expected, but just at the top of the
panel.  A second sample is attached which does absolute layout and the icons
appear correctly alongside the respective controls.

Finally the repro also shows that the form can be closed -- which is different
to MSFT.  However this is probably bug 330501.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to