Skip to content
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

"Latest Submission" tooltip not shown over date/time #698

Closed
matthew-white opened this issue Jan 13, 2023 · 2 comments · Fixed by #699
Closed

"Latest Submission" tooltip not shown over date/time #698

matthew-white opened this issue Jan 13, 2023 · 2 comments · Fixed by #699
Assignees
Labels
behavior verified Behavior has been manually verified

Comments

@matthew-white
Copy link
Member

When you hover over a cell of a forms table (on the homepage or in the project overview), then a tooltip will appear over most cells describing what the column shows. One of the columns is the date/time of the latest submission. If you hover over that column, you're supposed to see the text "Latest Submission". However, date/times have their own tooltips to show the date/time in a more precise format that is always absolute, not relative. That means that if you hover over a date/time, you won't see the "Latest Submission" tooltip, only the date/time tooltip. It's only if you hover over the clock icon or the text "(none)" (if there are no submissions) that you see the "Latest Submission" tooltip.

To address this, we will combine these two tooltips. If a date/time is shown, then when you hover over the cell, you will see a single tooltip that includes both the text "Latest Submission" and the absolute date/time.

@srujner
Copy link

srujner commented Jan 25, 2023

Tested with Success!

1 similar comment
@dbemke
Copy link

dbemke commented Jan 25, 2023

Tested with Success!

@srujner srujner added behavior verified Behavior has been manually verified and removed needs testing Needs manual testing labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behavior verified Behavior has been manually verified
Projects
Status: ✅ done
Development

Successfully merging a pull request may close this issue.

3 participants