Modify ↓
#19260 closed enhancement (fixed)
[Patch] Show menu on right-click in History of relation members
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.05 |
Component: | Core | Version: | |
Keywords: | Cc: | simon04, hjart |
Description
Since #19254 a double click shows the history of the relation member. I think we should also show a popup on a right click offering the same actions as in the NodeListViewer
.
Attachments (2)
Change History (11)
by , 5 years ago
Attachment: | 19260.patch added |
---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Summary: | Show menu on right-click in History of relation members → [Patch] Show menu on right-click in History of relation members |
---|
comment:3 by , 5 years ago
+1 for adding the popup menu. You could simply add the NAME and SHORT_DESCRIPTION as constructor arguments.
comment:4 by , 5 years ago
I wonder what class RepaintOnFocusChange
in TagInfoViewer
does. I see no effect when I remove the line
table.addFocusListener(new RepaintOnFocusChange());
and the code for this class. Introduced for #13050
comment:6 by , 5 years ago
Milestone: | → 20.05 |
---|
comment:9 by , 5 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
The patch implements the menu in
RelationMemberListViewer
similar to theNodeListViewer
.Unfortunately it also duplicates most of the code :(
Is it possible to have the common code in a new class?