Actions
bug #9215
closedDrop down for empty rank does not work
Start date:
Due date:
% Done:
100%
Estimated time:
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.
Updated by Katja Luther about 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset taxeditor|cdd296d810fa3b1873c2442fadd65903f139b747.
Updated by Katja Luther about 3 years ago
- Assignee changed from Katja Luther to Andreas Müller
- Severity changed from normal to blocker
please review
Updated by Katja Luther about 3 years ago
- Severity changed from blocker to normal
Updated by Andreas Müller about 3 years 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.
Actions