[Mono-bugs] [Bug 332409] SendKeys: NRE if no active control

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 15 09:31:09 EST 2008


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

User avidigal at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=332409#c8


Andreia Gaita <avidigal at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|REOPENED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #8 from Andreia Gaita <avidigal at novell.com>  2008-02-15 07:31:09 MST ---
Fixed on r95747
Backported to 1.9 on r95750

This is a problem, again, with X not being synchronous. SendWait doesn't really
reliably wait for the message to be received, and the rate at which forms are
created and destroyed is faster than the turnaround of the messages, so a
posted message might be received after the form was destroyed. The fix keeps it
from blowing up, but the test fails in these cases.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list