patchDotGNU Portable.NET - Patches: patch #3482, Raise...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3482: Raise ListBox.SelectedValueChanged, fix for bug #10831

Submitter:  None
Submitted:  Fri 29 Oct 2004 07:39:23 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Closed

Tue 22 Feb 2005 10:12:05 AM UTC, comment #4: 

No further action on this patch required per comments.  Closing patch.

Deryk Robosson <drobosson>
Group Member
Sun 07 Nov 2004 01:11:32 PM UTC, comment #3: 

With patch applied below, simulates MS implementation by not throwing event during AddRange.  The others that have been applied during original patch, I believe should stay after reviewing the expected operation.

Deryk Robosson <drobosson>
Group Member
Mon 01 Nov 2004 04:09:28 PM UTC, comment #2: 

As I was in hurry to other things in life, I applied this patch as my mail client had marked it as work... My bad :-(

Though I do look forward for a patch which would fix the rest of it.

Carl-Adam Brengesjo <ptah>
Group Member
Mon 01 Nov 2004 08:16:06 AM UTC, comment #1: 

Observation of the MS implementation provides both events called during Add.  Remove and AddRange methods to not throw the events.  Remove will only throw the event if the item is the last entry of the list and the selection is forced up.  This patch probably needs to be trimmed up a little.

Deryk Robosson <drobosson>
Group Member
Fri 29 Oct 2004 07:39:23 PM UTC, original submission:  


System.Windows.Forms.ListBox:
Raise SelectedValueChanged (currently never
risen) always before SelectedIndexChanged.

Fixes bug #10831.
Modifies only System.Windows.Forms/ListBox.cs

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8018:  listbox-071104.patch added by drobosson (677B - text/x-patch - ListBox patch)
file #7959:  stefan-041029.patch added by None (4KiB - text/x-diff - ListBox patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-02-22 drobosson Open/ClosedOpen Closed
2004-11-07 drobosson Attached File- Added listbox-071104.patch, #3854
2004-11-01 ptah StatusNone Done
2004-10-29 None Attached File- Added stefan-041029.patch, #3820

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code