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: Jacob Alberty
Subject: [Pnet-developers] [patch #3611] Fix for combobox throwing System.ArgumentOutOfRangeException
Date: Mon, 3 Jan 2005 14:44:43 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

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




/**************************************************************************/
[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:  None
Privacy:  Public
Assigned to:  None
Originator Email:  
Status:  Open


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.





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]