https://bugzilla.novell.com/show_bug.cgi?id=348590


           Summary: Winforms application quits when copying to clipboard
           Product: Mono: Runtime
           Version: 1.2.6
          Platform: x86-64
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: Other


Description of Problem:

I have a test winforms application which displays some information on the
runtime and computer and does a clipboard.settext when a "Copy" button is
pressed. In 1.2.6 running without X11 (i.e. using the Quartz backend) the
application now quits when the button is pressed.

Steps to reproduce the problem:
1. Convert QuickInfo.exe into QuickInfo.app (QuickInfo.exe is the winforms
application).

macpack -n QuickInfo -o . -a QuickInfo.exe -mode:winforms

2. Run QuickInfo.app.

3. Press "Copy" button.


Actual Results:

QuickInfo suddenly quits.

Expected Results:

Nothing visible should happen. Clipboard should contain what the window
displays.

How often does this happen? 

Every time.

Additional Information:

I didn't test this with any other application. But QuickInfo.exe is really
simple. The "Copy" button only concatenates all strings and does a
clipboard.settext(strConcatenatedString).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to