SuiteCRM-Core icon indicating copy to clipboard operation
SuiteCRM-Core copied to clipboard

Fix #309 - Add help text

Open yunusyerli1 opened this issue 1 year ago • 2 comments

Description

In Studio if you populate the 'Help Text' on a field, it's expected that when you hover that field in the Views, you'd see the text you added in Studio. However currently nothing appears to happen. #309

Motivation and Context

After adding help text in studio, and after hovering on related filed, it is expected to see help text as tooltip.

How To Test This

Add help text on a field in Studio and repair and rebuild. Hover on the field on related module on browser.

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • [x] My code follows the code style of this project found here.
  • [ ] My change requires a change to the documentation.
  • [x] I have read the How to Contribute guidelines.

yunusyerli1 avatar Aug 18 '23 10:08 yunusyerli1

@yunusyerli1 Very nice. If you could, it would be great to add also the "?" icon, which exists in many places already in the app, for users on touch interfaces (tablet, phone), which has no ability to "hover", so they could tap on the "?" icon to see this Help text.

chris001 avatar Aug 18 '23 17:08 chris001

Hey @yunusyerli1, @clemente-raposo

I wanted to get your opinions on something, for this.

While testing this, I'd noticed that the user is not able to see the tooltip on non-edit views, (ie: Detail/List/Modal), if the field has no data.

See attached gif: hoverOnDetail

I feel this might be worth investigating, to further enhance this. What are your thoughts?

Thanks!

johnM2401 avatar Feb 28 '24 09:02 johnM2401