-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Reproduce:
- Have multiple filters in a Report edit view
- Click on the X button of the last filter entry
Expected:
- Only the last filter entry is deleted
Observed:
- The last and the first filter entry are deleted
—
Hint:
This is likely caused by having the filter list inside of a label element. This causes any click element also triggering a click on the first input element in the label (which happens to be the delete button of the first filter element). Since we don't actually show the label, we should just not use labeled for the Filter list