-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltips - Field name hover text more visible #3925
Comments
@CCMumma I can imagine what the "i" might look like but please feel free to attach a screenshot to this issue. |
Thanks for posting, @CCMumma. We started to look at how we display text (help text, messages, alerts) overall, and have been reconsidering how we use the "i" symbol (to emphasize informational text). On forms like the create dataset page, all headers have tool tips on rollover, so using a symbol like TDL probably isn't the right approach, but this is good info to have. |
#3501 is about tool tips as well. |
Elevating the importance of this issue. Per meeting with @sbarbosadataverse, data depositors are not seeing rollover tool tip messages when they are creating datasets, and it is reducing the quality of the titles and other metadata requested when creating a new dataset, and to a lesser degree, a new dataverse. In some cases users are putting a file name in the "title" field of a dataverse. Sonia mentioned that in addition to titles, there is evidence of confusion about roles that would likely improve if users saw the tool tips with role descriptions. |
I looked into best practices for displaying tooltips in non-mobile applications. The most common solution I saw was to use a dedicated tooltip icon that displays the tooltip when hovered over. There are three predominant styles of tooltip icon:
While downloading icons, I saw a good example of the question mark tooltip icon in action on the Noun Project's download page: |
Here are some other ideas (may or may not be feasible, just thinking broadly):
Other resources: Something else I think we should consider is how accessible the text in these tooltips will be (e.g. for screen readers). |
Here's a little more research from the IxDA list. Hoober is a recognized expert on this topic: Steven Hoober:
This would mean having a lot of additional small text on page page in some cases for us if we were to follow this advice completely. There's probably a middle ground/mix that is appropriate and helpful. |
Something to think about: Does the hover text work from mobile? |
Hover text does not work on mobile @pdurbin. |
Add a "?" symbol to indicate when tooltips are present, as shown to stakeholders in Dataset page mockups. Rolling over the symbol should replace rolling over text, and trigger the display of tool tips. Appearance: Behavior: |
Fixed tooltips functionality in guides as requested (see screenshot below), NOTE: Returned previously removed analytics code to guides. Confirmed that the code was reporting pageviews. |
Confirmed with @TaniaSchlatter that the Style Guide improvements requested in Style guide – document messaging text and visual styles #3865 are covered here in this issue. I have closed that issue. |
@mheppler |
Looked into the issues reported by Kevin in my iOS browsers (Chrome, Firefox and Safari) and was able to replicate them, so thankfully it wasn't a browser/OS issue. The edit btn on the account pg, and the template select dropdown on the dataset pg were missing the necessary Kevin also dug a little deeper (thank you) into the metadata blocks issue and discovered it's an issue in Passing back to QA. |
4.6.1, TDR, U of Houston UI request:
"It is not obvious that hovering over field names gives hints, but they are very helpful. How can we make them more visible?"
The team at TDR use a little 'i' for information next to places where hover text is available in Vireo, but we are not UI experts...
The text was updated successfully, but these errors were encountered: