Modify

Opened 22 months ago

Closed 20 months ago

Last modified 20 months ago

#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)

20954.patch (599 bytes) - added by taylor.smock 22 months ago.

Download all attachments as: .zip

Change History (4)

Changed 22 months ago by taylor.smock

Attachment: 20954.patch added

comment:1 Changed 20 months ago by Don-vip

Milestone: 21.07
Owner: changed from team to Don-vip
Status: newassigned

comment:2 Changed 20 months ago by Don-vip

Resolution: fixed
Status: assignedclosed

In 18114/josm:

fix #20954 - make FilterField extend DisableShortcutsOnFocusGainedTextField instead of JosmTextField (patch by taylor.smock)

comment:3 Changed 20 months ago by Don-vip

Thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Don-vip.
as The resolution will be set.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.