We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

diagram press ESC key have bug "NullReferenceException"

envirement:

a Winform add a diagram control

winform set KeyPreview to True and

add keydown event :

if (e.KeyCode == Keys.Escape)
{
this.Close();
}

at run program , first focus on diagram ,than press ESC key have a bug "NullReferenceException"

Syncfusion version 6.3

thanks


1 Reply

AD Administrator Syncfusion Team April 17, 2009 05:54 PM UTC

Hi puma,

I could able to reproduce the error you have mentioned. I have logged a defect report for this issue. The defect will take at least 1 week time to fix as depends upon its complexity. I will get back to you once the defect is fixed.

Regards,
Dinesh


Loader.
Live Chat Icon For mobile
Up arrow icon