[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 BogdanB changed: What|Removed |Added CC||buzea.bog...@libreoffice.or ||g Blocks||103437 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=103437 [Bug 103437] [META] Animation deck/tab of the sidebar -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 --- Comment #7 from Jim Raykowski --- Adding to Caolán's hint: vcl:ISearchableStringList::SelectEntry is used by both SvTreeListBox and Listbox. Directly inherited by SvTreeListBox. For the Listbox class this is done through ImplListBox ImplListBoxWindow. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 Heiko Tietze changed: What|Removed |Added Keywords|needsUXEval | CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda |.freedesktop.org|tion.org --- Comment #6 from Heiko Tietze --- Improvement is welcome, removing UX tag. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 --- Comment #5 from Caolán McNamara --- (In reply to Eyal Rozenberg from comment #4) > (In reply to Caolán McNamara from comment #3) > > 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 > > Above what? In the screenshot the SvTreeListBox we are talking about is labelled "Effekt" and the ComboBox I refer to as above is the one labelled "Kategorie", in my english UI there are three strings that start with E in it and the third is Exit and if I type Ex in there it selects Exit > Do you mean generally, or just this "tree list box"? > > I'd support both, especially the former :-P generally, for all SvTreeListBox, code for it is vcl/source/treelist/treelistbox.cxx HandleKeyInput. Needs to be compared and contrasted with the ComboBox one to get SvTreeListBox to behave like the ComboBox for search. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 --- Comment #4 from Eyal Rozenberg --- (In reply to Caolán McNamara from comment #3) > 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 Above what? > which will show Exit if you type Ex. So acting like the > ComboBox makes sense to me Do you mean generally, or just this "tree list box"? I'd support both, especially the former :-P -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 Caolán McNamara changed: What|Removed |Added Keywords||difficultyMedium, easyHack, ||topicUI -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 Caolán McNamara changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #3 from Caolán McNamara --- 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.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 Heiko Tietze changed: What|Removed |Added CC||caol...@redhat.com --- Comment #2 from Heiko Tietze --- Guess this is a gtk3 tool, it doesn't work with gen or kf5. Typing letters jumps to the first item starting with this character. We could silently search for the entered word, meaning some cache that stores the word and per cursor up/down you find the next/previous, eg. for Fade) or we add an input field to make this function explicite. I'm not a fan of this idea as it clutters the dialog. Or just resolve WONTFIX? Caolan, what do you think? -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added Whiteboard| QA:needsComment| CC||libreoffice-ux-advise@lists ||.freedesktop.org Keywords||needsUXEval -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 QA Administrators changed: What|Removed |Added Whiteboard|| QA:needsComment -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149015] Impress: Improve search for animations
https://bugs.documentfoundation.org/show_bug.cgi?id=149015 --- Comment #1 from BDF --- Created attachment 180034 --> https://bugs.documentfoundation.org/attachment.cgi?id=180034&action=edit Impress - Search under Linux -- You are receiving this mail because: You are the assignee for the bug.