qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.55k stars 3k forks source link

[Processing toolbox] Search box (result) not updated when list of providers change #26435

Open qgib opened 6 years ago

qgib commented 6 years ago

Author Name: Harrissou Santanna (@DelazJ) Original Redmine Issue: 18547 Affected QGIS version: 3.1(master) Redmine category:processing/gui Assignee: Victor Olaya


In the Processing toolbox, begin a search of alg: let's type "ce": you get filtered algs Click the Options button and disable/enable a provider (let's say Grass) in the settings dialog Close the Options dialog In the toolbox, the algorithms frame will reset to its default status but the search box is still filled with the "ce" text.

I think that either the search is performed with/without the GRASS provider or either the search box is cleared.

SrNetoChan commented 3 years ago

Tested on 3.17

Actually, the search is performed without GRASS (for example), but the search results are collapsed.

Peek 2021-01-31 00-44

Pedro-Murteira commented 2 years ago

I've tested this issue on QGIS 3.22.4 and 3.24.0. The results are exactly how described in the last comment, the results shown in the "Processing toolbox" dialog are still the same, but they collapse.

gacarrillor commented 11 months ago

This seems to be more generic: if you change any processing setting (from the settings dialog), the algorithm tree is collapsed.