Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Filter field: Truncated labels should show a tooltip including the full Text #392

Closed
moertenschlag opened this issue Jan 8, 2020 · 1 comment · Fixed by #470
Closed
Labels
feature has-pr P1 Urgent issue that should be resolved before the next release

Comments

@moertenschlag
Copy link
Contributor

moertenschlag commented Jan 8, 2020

Bug Report

Currently the filter field truncates long values - which is fine.
But the full text should be shown as a tooltip.

@tomheller tomheller added feature P3 Important issue that needs to be resolved labels Jan 8, 2020
@tomheller tomheller added this to the Filter field milestone Jan 8, 2020
@tomheller tomheller changed the title Filter Field: Truncated labels should show a tooltip including the full Text Filter field: Truncated labels should show a tooltip including the full Text Jan 15, 2020
@ffriedl89 ffriedl89 added P1 Urgent issue that should be resolved before the next release and removed P3 Important issue that needs to be resolved labels Jan 20, 2020
@ffriedl89
Copy link
Collaborator

Align with UX where to show the overlay and it's behaviour

  • should we only show it when the text is truncated?
  • should it be positioned relative to the element or relative to the mouse?

tomheller added a commit that referenced this issue Jan 22, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 22, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 22, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 22, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 22, 2020
BREAKING CHANGE: As the constructor signatures for the autocomplete and
the dt-filter-field-tag are changing, this is considered a breaking
change and should be released with 6.0.0.

To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 22, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 24, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 28, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 28, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
tomheller added a commit that referenced this issue Jan 28, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
ffriedl89 pushed a commit that referenced this issue Jan 30, 2020
To provide the full value on an ellipsed filter field tag, we have added
a DtOverlay to the element, if it is being ellipsed. The overlay should
not show up if the value is not ellipsed.

Fixes #392
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature has-pr P1 Urgent issue that should be resolved before the next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants