DKP loot filter tab has broken selection?
f90 opened this issue ยท 3 comments
Describe the bug
In the loot history, the dropdown on the top right has a bug: It has an empty list entry, and selecting the second seems to select both at the same time:
It's just a visual bug though since the non-empty entries can be selected fine and show the required content in the window frame
This is with a completely fresh install of CommunityDKP, right after importing old Monolith DKP data.
To Reproduce
Steps to reproduce the behavior:
- Go to Loot History
- Click on the drop down on the top right
CommunityDKP Version
3.1.2-r44
One issue is that the "ITEMS" entry in the German localisation table is missing, which is accessed for the last item in the dropdown list. Might be missing from other languages too? For English it's there though:
CommunityDKP/Localization/Localization.en.lua
Line 320 in 806512b
But the third entry should just be a separator (blank space), not selectable at all with a checkmark icon. So maybe that's not related to the translation but rather the UI code?