Opened 16 years ago
Closed 16 years ago
#3490 closed enhancement (fixed)
Add editor username to middleclick menu
Reported by: | bilbo | Owned by: | xeen |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
The list that appears after middleclicking some nodes/ways should contain username associated with that nodes/ways in addition to ID and keys/values as it is now.
This could be used to quickly see who last edited object under mouse cursor without having to open the user panel.
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
Adding extra line could be one way to do it, another could be adding the username after the ID, so from
<NAME> (<N> nodes) [id: <ID>]
it would become:
<NAME> (<N> nodes) [id: <ID>, user: <USERNAME>]
For nodes it will be similar. This will make the popup a bit wider, but usually it is rather too tall (in case of too many objects at one place) than too wide (long keys/values are rather rare), so I think this won't be a problem.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Do you have a suggestion on how to present this information to the user? I find that dialog is a bit overloaded already and I'm not too sure another line makes this any better.