feature request #7118
migrate selection dialogs
93%
Description
selection dialogs use e3 technology.
implement the dialog without using this filterDialog.
Subtasks
Related issues
Associated revisions
e4 migration of selection dialogs
smaller changes in selection dialog, use always the service for searching with pattern
adapt label in selection diaog
the preselected classification in taxonnodeselection dialog should be the actual one
fix NPE for first search
ref #7118: add key listener for arrow key in search field of selection dialogs
ref #7118: remove space between search field and list field and adapt indent for search field
History
#1 Updated by Katja Luther about 1 year ago
- Related to bug #6955: NamedAreaSelection Dialog needs to be adapted to filtered getUuidAndTitleCache loading added
#2 Updated by Katja Luther about 1 year ago
- Status changed from New to Resolved
- Assignee changed from Katja Luther to Andreas Müller
please review
#3 Updated by Andreas Müller about 1 year ago
Some minor open issues:
- the search field should start at the same vertical position as the result box.
- the filter should end at the same vertical position as the result box
- Cancel is not yet translated
- The search dialogs do not have a title
The functionality itself works as expected.
#4 Updated by Andreas Müller about 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
#5 Updated by Katja Luther about 1 year ago
Pfeiltasten funktionieren noch nicht so wie beim alten Dialog, d.h. wenn ich Pfeil nach unten Taste drücke, kann ich nicht automatisch innerhalb der Ergebnisliste hoch und runter wandern. Das ist jedoch ziemlich nützlich um schnell mit dem Dialogfeld zu arbeiten. Vermutlich sollte auch die Return-Taste entsprechend funktionieren (weiß gerade nicht genau, ob das so war).
#6 Updated by Katja Luther about 1 year ago
Suchdialog :
Alignment des Suchfelds (noch zu weit links)
#7 Updated by Katja Luther about 1 year ago
Andreas Müller wrote:
Some minor open issues:
* the search field should start at the same vertical position as the result box.
~~ * the filter should end at the same vertical position as the result box~~
* Cancel is not yet translated -> the ok and cancel buttons are default buttons, in the whole application they are not translated
* The search dialogs do not have a titleThe functionality itself works as expected.
#8 Updated by Katja Luther 9 months ago
- Status changed from Feedback to Closed
Katja Luther wrote:
Pfeiltasten funktionieren noch nicht so wie beim alten Dialog, d.h. wenn ich Pfeil nach unten Taste drücke, kann ich nicht automatisch innerhalb der Ergebnisliste hoch und runter wandern. Das ist jedoch ziemlich nützlich um schnell mit dem Dialogfeld zu arbeiten. Vermutlich sollte auch die Return-Taste entsprechend funktionieren (weiß gerade nicht genau, ob das so war).
this is implemented now. So I close this ticket