[Mono-bugs] [Bug 702010] New: Form.FormBorderStyle property: fixed FormBorderStyle values don't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jun 24 06:59:18 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=702010#c0


           Summary: Form.FormBorderStyle property: fixed FormBorderStyle
                    values don't work
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: x86
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: b0ric.alex at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1)
Gecko/20100101 Firefox/4.0.1

Setting Form.FormBorderStyle property to any of FormBorderStyle.Fixed* values
doesn't work and form remain resisable. FormBorderStyle.FixedToolWindow and
FormBorderStyle.SizableToolWindow values result in some window caption bar
drawing glitches - caption bar being drawn within window client area.
FormBorderStyle.Sizable and FormBorderStyle.None work well.

Reproducible: Always

Steps to Reproduce:
1. Create new System.Windows.Forms.Form
2. Set FormBorderStyle property to any FormBorderStyle.Fixed*
3. call form's Show() or ShowDialog()
Actual Results:  
Form remains resizable

Expected Results:  
Form show be unresizable

-- 
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.


More information about the mono-bugs mailing list