After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761749 - Add support for OSM edit field hints
Add support for OSM edit field hints
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks: 761640
 
 
Reported: 2016-02-09 08:07 UTC by Marcus Lundblad
Modified: 2016-02-14 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Cast of hint bubbles (269.12 KB, video/webm)
2016-02-13 22:29 UTC, Marcus Lundblad
  Details
osmEditDialog: Add support for showing a hint bubble for editable fields (6.07 KB, patch)
2016-02-14 13:50 UTC, Marcus Lundblad
none Details | Review
osmEditDialog: Add support for showing a hint bubble for editable fields (6.11 KB, patch)
2016-02-14 14:09 UTC, Marcus Lundblad
committed Details | Review

Description Marcus Lundblad 2016-02-09 08:07:04 UTC
When adding fields to an OSM object it could be useful to display some kind of hint that explains what field is used for.
One approach would be to add secondary icons to input entries like in the mockups (this wouldn't work for the combo box used for wheelchair access, but that might be self-explanatory) displaying a "light bulb" icon which opens a popover with a description and a link to the OSM wiki article for the tag in question.
Comment 1 Marcus Lundblad 2016-02-13 22:29:04 UTC
Created attachment 321086 [details]
Cast of hint bubbles

Cast showing a suggested implementation of OSM edit field hints.
Comment 2 Marcus Lundblad 2016-02-14 13:50:08 UTC
Created attachment 321112 [details] [review]
osmEditDialog: Add support for showing a hint bubble for editable fields

Currently supports adding a hint icon spawning a hint popover for OSM
fields of text and integer types.
Also adds hints for the currently used fields.
Comment 3 Marcus Lundblad 2016-02-14 14:09:39 UTC
Created attachment 321116 [details] [review]
osmEditDialog: Add support for showing a hint bubble for editable fields

Currently supports adding a hint icon spawning a hint popover for OSM
fields of text and integer types.
Also adds hints for the currently used fields.
Comment 4 Jonas Danielsson 2016-02-14 19:53:43 UTC
Pushed with some changes! Hope it was ok!