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.
Up arrow icon