Maniphest T86340

Vertex group removing with filter gives unexpected results.
Closed, Duplicate

Assigned To
None
Authored By
Ruben (rubeste)
Mar 6 2021, 4:37 PM
Tags
  • BF Blender
Subscribers
Philipp Oeser (lichtwerk)
Ruben (rubeste)

Description

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72

Blender Version
Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: rB02948a2cab44
Broken: version: 2.83.12
Worked: Do not know.

Short description of error
When deleting vertex groups while filtering with the search bar it continues down the unfiltered list.
Example:

X
Y
X.001

If you filter for "X" you get this result:

X
X.001

When you delete "X.001" It will select "Y" instead of "X".

Exact steps for others to reproduce the error
1: select the default cube.
2: create these three vertex groups in order:

X
Y
X.001

3: expand the search option in the vertex group section
4: Type "X" in the search box
5: Select "X.001" and press the remove button.
6: You should now notice that nothing is selected. Remove the "X" from the search box to view all vertex groups.
7: You can now see that the "Y" vertex group is selected.

Event Timeline

Ruben (rubeste) created this task.Mar 6 2021, 4:37 PM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).Mar 6 2021, 5:09 PM

This is a Known Issue unfortunately and has been reported before, see T76853: UI Lists Filtering can have non-visible items active (e.g. after deletion) which lets you act on non-visible items, will merge these reports.