Modify ↓
#20954 closed enhancement (fixed)
[PATCH] `FilterField` should extend `DisableShortcutsOnFocusGainedTextField` instead of `JosmTextField`
| Reported by: | taylor.smock | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | normal | Milestone: | 21.07 |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
Notes: DisableShortcutsOnFocusGainedTextField extends JosmTextField. FilterField does not override the important methods, focusGained and focusLost.
Use cases:
- Filters in dialogs that do not block the EDT
Specifically, the Mapillary plugin uses FilterField to filter object detections.
Attachments (1)
Change History (4)
by , 4 years ago
| Attachment: | 20954.patch added |
|---|
comment:1 by , 4 years ago
| Milestone: | → 21.07 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



In 18114/josm: