bug #9215
Drop down for empty rank does not work
Start date:
09/03/2020
Due date:
% Done:
100%
Severity:
normal
Found in Version:
Description
For an empty rank the combo box does not keep open to select a rank, it is necessary to enter a character to get a selection of matching items.
This is because firePropertyChangeEvent(new CdmPropertyChangeEvent(this, e)); is called on every click, it needs to be moved so it is only called if something is selected.
Associated revisions
fix #9215: fire property change event only when something is selected in term combo element
History
#1 Updated by Katja Luther 6 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset taxeditor|cdd296d810fa3b1873c2442fadd65903f139b747.
#2 Updated by Katja Luther 6 months ago
- Assignee changed from Katja Luther to Andreas Müller
- Severity changed from normal to blocker
please review
#3 Updated by Katja Luther 6 months ago
- Severity changed from blocker to normal
#4 Updated by Andreas Müller 4 months ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 50 to 100
This seems to be fully fixed.