Summary: | Search via Internet doesn't work properly - dialog defective | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Martin Senftleben <linux> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.4.4 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/tellico/commit/62493fb366f0c16bb6e539d975a5c4932134845a | Version Fixed In: | 3.4.6 |
Sentry Crash Report: | |||
Attachments: |
snapshot of search dialog
Second Snapshot |
Description
Martin Senftleben
2022-11-15 07:39:39 UTC
(In reply to Martin Senftleben from comment #0) > SUMMARY > *** > After I started tellico in order to add new books, I open the Internet > Search. Previously, I could select by a combo-box wether to search for ISBN, > title or other things. Now, this combo box is empty. Mostly, after I opened > the settings and went to data sources, I can open the Search Internet dialog > again and find the combo box filled with the options that should be there > already the first time, when I opened it. > *** > > > STEPS TO REPRODUCE > 1. Start tellico > 2. open "Search Internet" > 3. check the combo box right of the search field > > OBSERVED RESULT > > There are no options in the combo box I haven't been able to reproduce this quite yet. This happens every time you open your book collection file from Tellico? How are you opening Tellico when it shows up? Thanks for the help. Created attachment 155211 [details]
snapshot of search dialog
This is how it first appears
Created attachment 155212 [details]
Second Snapshot
I fiddled around a little. First to your question, which I obviously missed: I call Tellico from the desktop via an icon. The call goes like: tellico -qwindowtitle %c %u The arguments weren't added by me, and removing them doesn't change anything. I now noticed that when I change the datasource, which was set to "search all" (alles durchsuchen), to something else, the combo box for what to search for gets filled. So it seems only to be related to this setting "search all". (In reply to Martin Senftleben from comment #4) > I now noticed that when I change the datasource, which was set to > "search all" (alles durchsuchen), to something else, the combo box for what > to search for gets filled. So it seems only to be related to this setting > "search all". Ah, good detail, that helps me poke a little further. Thanks. Git commit bfa415bebb04607834c0f9560bf39c42ae114bf2 by Robby Stephenson. Committed on 13/01/2023 at 02:25. Pushed by rstephenson into branch '3.4'. Ensure children sources are read for multisource fetcher prior to config The fetch dialog ends up calling Fetch::Manager::canSearch to set the search types in the window. Ensure that multi-source fetchers read their children configruation before responding to ::canSearch FIXED-IN: 3.4.6 M +4 -0 ChangeLog M +2 -0 src/fetch/multifetcher.cpp https://invent.kde.org/office/tellico/commit/bfa415bebb04607834c0f9560bf39c42ae114bf2 Git commit 62493fb366f0c16bb6e539d975a5c4932134845a by Robby Stephenson. Committed on 13/01/2023 at 02:26. Pushed by rstephenson into branch 'master'. Ensure children sources are read for multisource fetcher prior to config The fetch dialog ends up calling Fetch::Manager::canSearch to set the search types in the window. Ensure that multi-source fetchers read their children configruation before responding to ::canSearch FIXED-IN: 3.4.6 M +4 -0 ChangeLog M +2 -0 src/fetch/multifetcher.cpp https://invent.kde.org/office/tellico/commit/62493fb366f0c16bb6e539d975a5c4932134845a |