metasfresh / metasfresh-webui-frontend-legacy

metasfresh Webui Frontend
GNU General Public License v2.0
57 stars 35 forks source link

Display value description when hovering over field #2133

Closed metas-ts closed 5 years ago

metas-ts commented 5 years ago

Is this a bug or feature request?

FR, follow-up to https://github.com/metasfresh/metasfresh/issues/4798

What is the current behavior?

As of issue https://github.com/metasfresh/metasfresh/issues/4798 we now can have a description property in the field value JSON. The frontend should display that description when hovering over the respective value in the UI. Currently that is not yet implemented Example: image

What is the expected or desired behavior?

The description (if that property is present in the value JSON) should be shown when hovering over the field value; similar to the way we already show the help text when hovering over the field name.

metas-dh commented 5 years ago

Results of IT1 tested in mf15

value description is displayed when hovering over field:

=> description shall be displayed when hovering here, so user gets the necessary info:

image pasted at 2019-1-11 09-47

metas-dh commented 5 years ago

Results of IT2 tested in dev229

value description is displayed when hovering over field: