https://bugzilla.novell.com/show_bug.cgi?id=465702
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=465702#c3 suneetha_g Gunisetti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from suneetha_g Gunisetti <[email protected]> 2009-01-19 22:11:40 MST --- Hi, As per my testing results, If I use Clipboard.SetText(string), it copies the string and pastes the string in the terminal or any where in the linux machines, but the paste functionality will works only if the Application is in active. If I use Clipboard.SetDataObject(string,true), I could still get the same result as above but here there is no difference in using the argument 'true' with SetDataObject function since we couldn't get the copied text once the Application is died. The above scenarios will work only in Linux machines but not for MAC. When i tried tested the Copy and paste functionality in MAC x86 10.4/10.5 with Mono.2.0_3 installed.The Clipboard.SetText(string) is failing to paste the copied text in text editor. I could get the copied text in the Clipboard and when I try pasting, it is not working as expected. But Clipboard.GetText(string) shows the copied text and displays in message box through the our code. But When I try using Clipboard's paste context menu its not pasting the text. NOTE : This issue occurs only on MAC x86 10.4/10.5 machines with Mono.2.0_3 installed. -- 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
