GNOME Bugzilla – Bug 761749
Add support for OSM edit field hints
Last modified: 2016-02-14 19:53:47 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.
Created attachment 321086 [details] Cast of hint bubbles Cast showing a suggested implementation of OSM edit field hints.
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.
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.
Pushed with some changes! Hope it was ok!