Opened 4 years ago
Closed 21 months ago
#2922 closed enhancement (fixed)
[Patch] Improve visibility of preset entry in properties dialog
| Reported by: | avar | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
The preset link in the properties dialog (Alt+Shift+T) doesn't look like a link. It's not at all obvious unless you know what it does that you can click on it.
It's black and in a bold font and when you hover over it the font gets rendered in a normal font width.
Instead it should be in anchor-blue and underlined. Exactly like the links in JOSM's own Help->About dialog.
Attachments (2)
Change History (9)
comment:1 follow-up: ↓ 2 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 3 years ago by avar
comment:3 Changed 3 years ago by stoecker
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Preset link in properties dialog doesn't look like a link to Improve visibility of preset entry in properties dialog
- Type changed from defect to enhancement
comment:4 Changed 3 years ago by vsandre
The text above the proporties (dialogue Alt+Shift+P) is not a link to an internet page. It is a short cut the used preset.
My suggestions:
- add an icon to the current preset. ( [ICON] Preset )
- add the three dots at the end of the line
- highlight the background of the line in case of mouse over
Changed 21 months ago by simon04
Changed 21 months ago by simon04
comment:5 Changed 21 months ago by simon04
comment:6 Changed 21 months ago by simon04
- Summary changed from Improve visibility of preset entry in properties dialog to [Patch] Improve visibility of preset entry in properties dialog
comment:7 Changed 21 months ago by simon04
- Resolution set to fixed
- Status changed from reopened to closed
In [4407/josm]:




Replying to stoecker:
Perhaps you closed the wrong bug? The links looks the same and I can't find anything in the timeline that touched it today.
FWIW I tried to fix this myself some time ago but couldn't figure out how to tie in the Java font/color styling classes with the classes used to construct the link.