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

Investigate Truncation/Tooltip approach #556

Open
philschanely opened this issue Jun 3, 2021 · 0 comments
Open

Investigate Truncation/Tooltip approach #556

philschanely opened this issue Jun 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request P4 Not critical: workarounds exist and/or not a high priority item.

Comments

@philschanely
Copy link
Contributor

Description

The goal of this issue is to research options for how to safely truncate text and yet make the full text available to users such as on hover.

Consider the following for comparison:

  • title attribute on potentially truncating text
  • Tooltip that is always present on potentially truncating text
  • Delayed Tooltip on potentially truncating text so that there's not a constant flash for tooltip-ness everywheres
  • Can a tooltip be conditional based on whether or not the text is truncating?
  • Other options (content reveals or scrolls in place on hover, etc.)

Present potential solutions to Sage Sync for review before substantial coding of final solution.

@philschanely philschanely added the enhancement New feature or request label Jun 3, 2021
@philschanely philschanely added the P4 Not critical: workarounds exist and/or not a high priority item. label Dec 15, 2021
@philschanely philschanely added this to the TEMP: Backlog milestone Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P4 Not critical: workarounds exist and/or not a high priority item.
Projects
None yet
Development

No branches or pull requests

2 participants