Opened 15 years ago
Closed 6 years ago
#4869 closed enhancement (worksforme)
Add visual cues to Selection/Search button history
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | richlv, katpatuka |
Description (last modified by )
The Selection and Search buttons have a history feature, by clicking the small black downward triangle. There is no visual cue that that part of the button does anything differently than the rest of the button. I suggest adding a vertical separator between the right side history area and the rest of the button, so it's more obvious that there is differing behaviour.
Also, when you first start JOSM, the history is empty, and clicking the history triangle shows nothing. I suggest that there should already be a dropdown then, with a header line saying 'History'. That would make it even more obvious what the dropdown is about.
Attachments (1)
Change History (10)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Cc: | added |
---|
follow-up: 4 comment:3 by , 15 years ago
Cc: | added |
---|
+1
the mru history (last 10 items maybe) could be saved when closing josm for future usage. Tooltip would be good...
follow-up: 5 comment:4 by , 15 years ago
comment:5 by , 15 years ago
comment:6 by , 15 years ago
Something I forgot to mention: The search history had to be pointed out to me a few months ago, but I've been using it ever since and it's saved a lot of time and work, which I would lose when I didn't know about it yet.
In the mean time, also today on #osm, I've spoken to people that didn't know the feature was there, and were amazed at it. That's the reason behind the request to make it more prominent and recognizable.
follow-up: 8 comment:7 by , 15 years ago
This button is a default Java button. We could overwrite the painting routine, but I don't like this much. What about documenting a lot better in the wiki as first step. Press <F1> over the button brings you to the correct wiki page for online help.
comment:8 by , 15 years ago
What we need here is a proper implementation of a drop down button. Best I could find so far is this:
https://flamingo.dev.java.net/learn.html
(see command button)
But the library is too heavy weight. Someone has to extract the relevant code. Doesn't look like a fun job to me at first sight.
by , 6 years ago
Attachment: | buttons.PNG added |
---|
comment:9 by , 6 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
i'd suggest keeping the header always on, even if it increases dropdown menu size - that would make it more obvious to new users what the list represents when they open it.
additionally, it would be preferred to have header explicitly say what is below it (there should be enough space), like "selection history"