dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [patch #3611] Fix for combobox throwing System.Argumen


From: Deryk Robosson
Subject: [Pnet-developers] [patch #3611] Fix for combobox throwing System.ArgumentOutOfRangeException
Date: Wed, 5 Jan 2005 16:50:27 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 Galeon/1.3.18

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

/**************************************************************************/
[patch #3611] Latest Modifications:

Changes by: 
                Deryk Robosson <address@hidden>
'Date: 
                Mon 01/03/2005 at 22:42 (GMT)

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


------------------ Additional Follow-up Comments ----------------------------
Applied to CVS 04.Jan.05.  Thanks!






/**************************************************************************/
[patch #3611] Full Item Snapshot:

URL: <http://savannah.gnu.org/patch/?func=detailitem&item_id=3611>
Project: DotGNU Portable.NET
Submitted by: Jacob Alberty
On: Mon 01/03/2005 at 14:44

Category:  None
Priority:  1 - Later
Resolution:  Applied
Privacy:  Public
Assigned to:  None
Originator Email:  
Status:  Closed


Summary:  Fix for combobox throwing System.ArgumentOutOfRangeException

Original Submission:  This patch fixes a bug where you can click past the list 
of items in a ComboBox thus throwing a System.ArgumentOutOfRangeException. To 
trigger the bug first click the last item in a combobox, then click the 
dropdown again and click one of the whitespaces after the last item. this patch 
corrects that by checking Items.Count against ItemFromY(e.Y), this is 
verifiable against pnetlib/samples/forms/FormsTest.exe with the ComboBox tab.

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


-------------------------------------------------------
Date: Mon 01/03/2005 at 22:42       By: Deryk Robosson <drobosson>
Applied to CVS 04.Jan.05.  Thanks!






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

-------------------------------------------------------
Date: Mon 01/03/2005 at 14:44  Name: root-050103.patch  Size: 1.07KB   By: biiru

http://savannah.gnu.org/patch/download.php?item_id=3611&amp;item_file_id=3991






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

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





reply via email to

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