Steps to reproduce:
- Create a GridControl with a GridView;
- Set the GridColumn.OptionsFilter.FilterPopupMode property to
FilterPopupMode.List
; - Run the project and the Magnifier application.
- Click the column filter icon and select a filter value in the drop-down list.
Expected results:
No exception occurs.
Current results:
After a certain number of item selections from the dropdown, NullReferenceException is thrown.
Additional information:
Call StackDevExpress.XtraEditors.v24.2.dll!DevExpress.Accessibility.ComboBoxEditItemsListAccessible.GetChildrenInfo() Line 40 C# DevExpress.Utils.v24.2.dll!DevExpress.Accessibility.BaseAccessible.HasActualChildren.get() Unknown DevExpress.Utils.v24.2.dll!DevExpress.Accessibility.BaseAccessible.GetAccessibleById(int objectId, int childId) Unknown DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.ComboBoxEdit.GetAccessibilityObjectById(int objectId) Line 717 C# System.Windows.Forms.dll!System.Windows.Forms.Control.GetAccessibilityObject(int accObjId) Unknown System.Windows.Forms.dll!System.Windows.Forms.Control.GetInternalAccessibilityObject(int accObjId) Unknown System.Windows.Forms.dll!System.Windows.Forms.Control.WmGetObject(ref System.Windows.Forms.Message m) Unknown System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) Unknown DevExpress.Utils.v24.2.dll!DevExpress.XtraEditors.XtraControl.WndProc(ref System.Windows.Forms.Message m) Unknown DevExpress.Utils.v24.2.dll!DevExpress.Utils.Controls.ControlBase.BaseWndProc(ref System.Windows.Forms.Message m) Unknown DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.BaseControl.WndProc(ref System.Windows.Forms.Message msg) Line 1032 C# DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.BaseEdit.WndProc(ref System.Windows.Forms.Message m) Unknown DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.TextEdit.BaseEditWndProc(ref System.Windows.Forms.Message msg) Line 4268 C# DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.TextEdit.TextEditWorkingStrategy.WndProc(ref System.Windows.Forms.Message msg) Line 508 C# DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.TextEdit.WndProc(ref System.Windows.Forms.Message msg) Line 4262 C# DevExpress.XtraEditors.v24.2.dll!DevExpress.XtraEditors.PopupBaseEdit.WndProc(ref System.Windows.Forms.Message msg) Line 1364 C# DevExpress.XtraGrid.v24.2.dll!DevExpress.XtraGrid.Views.Base.ColumnFilterPopup.FilterComboBox.WndProc(ref System.Windows.Forms.Message msg) Unknown