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


           Summary: ToolBar doesn't dock to top after Anchor is set
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: i686
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: Other


Created an attachment (id=200060)
 --> (https://bugzilla.novell.com/attachment.cgi?id=200060)
Test case

Description of Problem:
A Form designed using the Visual Studio 2003 Forms designer containing a Docked
to top ToolBar (the default) and setting Localizeable=true causes the ToolBar
to NOT Dock when compiled/run using Mono.

Using the Visual Studio 2003 Forms designer to design a Form with
Localizeable=true causes causes the code generator to emit code setting
properties  even if they haven't changed from their default values.

I have narrowed it down to setting Anchor to it's default value before setting
Dock to it's default value


Steps to reproduce the problem:
1. compile attatched file thus
mcs -r:System.Windows.Forms,System.Drawing ToolBarDockBug.cs
2. run the resulting executable

Actual Results:
The ToolBar is NOT docked to the top of the form

Expected Results:
the ToolBar is docked to the top of the form


How often does this happen?
Always


Additional Information:


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to