Ideally we should merge the dnd and copy and paste code into one selection manager class. Right now I think there are a few corner cases that the DnD code catches that the C&P code does not (and I am sure vice-versa).
Jackson On Fri, 2006-09-08 at 17:29 -0700, Chris Toshok wrote: > Please add any additional information you guys have to: > > http://bugzilla.ximian.com/show_bug.cgi?id=78612 > > Chris > > On Sat, 2006-09-09 at 01:16 +0100, Andreia Gaita wrote: > > On 9/7/06, Alexander Reiter <[EMAIL PROTECTED]> wrote: > > > I was playing around with Windows.Forms and found there a problem with > > > the Copy Paste function. I've created two > > > textboxes. When I copy the text from the first textbox with CTRL+C and > > > select then the second textbox and paste > > > the text with CRTL+V - the whole application is crashing. Attached to > > > this text is the error code and a test application > > > where it's quite easy to demonstrate the problem. Maybe it's just a > > > problem on my computer but it would be great if > > > someone could try to Copy/Paste in maybe self created applications and > > > give a short comment -- so than I would know > > > that the problem is on my machine - or did I miss something from code > > > point of view ? Thanks in advance. > > > > Oops, sent this the wrong way... > > > > I had the same thing happen to me today, so it's not only your machine :p > > I'm getting an InvalidCastException, but sounds like it's the same thing. > > > > shana > > _______________________________________________ > > Mono-winforms-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-winforms-list > > _______________________________________________ > Mono-winforms-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-winforms-list -- Novell, Inc. SUSEĀ® Linux Enterprise 10 Your Linux is ready www.novell.com/linux _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
