Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Under Win11, after the EditControl completion box pops up, select the custom completion member, and the control throws an exception after pressing Tab.

Exception information: System.NullReferenceException: "Object reference not set to an instance of an object."


Exception document:EditControl.cs

Exception code:

Line 2565: intellisenseArgs.SelectedItem = intellisenseBox.SelectedItem as IIntellisenseItem;

The intellisenseArgs here is empty, and there is an exception when referencing its own field.


Suspected root cause: An error was reported in the EditControl source code after using Tab to select and complete members in the empty line