dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9836] Incorrect z-Order of Controls


From: Richard Baumann
Subject: [Pnet-developers] [bugs #9836] Incorrect z-Order of Controls
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040820 Galeon/1.3.17 (Debian package 1.3.17-1)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #9836] Latest Modifications:

Changes by: 
                Richard Baumann <address@hidden>
'Date: 
                Tue 10/26/04 at 15:52 (America/New_York)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in cvs (System.Windows.Forms/Control.cs).






/**************************************************************************/
[bugs #9836] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9836>
Project: DotGNU Portable.NET
Submitted by: 0
On: Sat 07/31/04 at 13:30

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  Incorrect z-Order of Controls

Original Submission:  The z-Order of Controls added with the same DockStyle to
another Control is incorrect.
The attached test shows adds 2 Controls at the top
of a Form and one with DockStyle.Fill.

Every Control added to one border (with one of DockStyle) of another Control, 
should push away any other Controls from this border. 
E.g. adding the following with DockStyle.Top
  first ct1
  then  ct2
  then  ct3
should result in ct3 being at the top, then in the middle ct2 and then ct3.

Currently with pnet, its in the reverse order.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 10/26/04 at 15:52         By: Richard Baumann <Rich333>
Fixed in cvs (System.Windows.Forms/Control.cs).






File Attachments
-------------------

-------------------------------------------------------
Date: Sat 07/31/04 at 13:30  Name: z-OrderTest.cs  Size: 968B   By: None

http://savannah.gnu.org/bugs/download.php?item_id=9836&amp;item_file_id=1547






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9836>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]