TAdvToolBar Option Menu and focus

When I have the TAdvToolBar with AutoOptionsMenu enabled and I go to open it, it does not automatically close when I traverse only this far into the menu:

If I move it all the way into the menu it does auto close when moving focus to another control:

Also, since it does not auto close when only partially traversed, I can open multiple options menu if I have multiple TAdvToolBars in my TAdvDocPanel.

Also, if I then switch to a new tab page other than the one with the toolbar, then the toolbar is not visible any more, yet the options menu is still visible. Attempting to then show/hide a toolbar button results in an error that it cannot focus a disabled or invisible window. Of course this would not be an issue if there is a way the partially traversed options menu would auto close when focus is moved to another control like it does when it is fully traversed.

Delphi 10.4.1
TAdvToolBar 6.8.0.4

We traced & solved this issue. The next update will address this.