When selecting an audio mixer in an empty variable the filter of the selector has focus and “none” isn’t selected by default (it is for any other type)
pressing the down key normally selects the first item below “none”, now it selects “none”
also when typing in the search field, pressing enter usually selects the first match, not so with audio mixer groups
Hi laurentlavigne,
Could you please make a short video to exemplify what you mean and attach it to your report?
Hi Laurent. The audiomixer goup selector is a tree view and needs another key-focus handling than the normal object list selector. The tree view version needs both up/down and left/right keys for navigating the tree. In the normal object selector the search field can have focus all the time while navigating the list with the up/down keys (no key focus change needed). Notice that in the audiomixer tree view case, the tree view does not have key-focus while typing in the search field (selection is rendered in grey). When doing key down the tree gets focus, hence the extra key-down.
Mads, so the selector behaves in this way because of left right required by hierarchy display?