https://bugs.documentfoundation.org/show_bug.cgi?id=149015

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #3 from Caolán McNamara <[email protected]> ---
The gtk case uses a true GtkTreeView and so uses whatever search mechanism gtk
uses.

The other cases are using a SvTreeListBox and it does look like it just
searches for an entry that starts with the last pressed character, unlike the
ComboBox above which will show Exit if you type Ex. So acting like the ComboBox
makes sense to me, there is some sort of 500ms timeout on the ComboBox at which
point the accumulated search word is cleared and new keypresses start a new
word.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to