Bug with Rhino Common 8.18.25100.17001 Involving Eto ComboBoxCell

There is an issue with the dropdown for GridView when I use a ComboBoxCell. The Issue occurs when any part of the dropdown is in the same area as the grid view, and a user tries to click on that option, the combo box item won’t be selected, instead the gridview will be refocued and the dropdown will close, preventing the option from being selected.

There is a similar issue on the official Eto Github involving TreeGridView that was apparently fixed on Eto 2.5.1 but I can still get this issue when using the Eto included with RhinoCommon 8.18.25100.17001.

Testing done to confirm this:
Ensured a combo box dropdown had multiple items that went outside of the gridview. Clicking on the items outside of the grid view caused a change but clicking on the items that were inside the grid view did not cause a change at all.