Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.

Issues with Table Functionality and Tooltip Display #212

@aixart12

Description

@aixart12

Description

There are multiple issues observed with the current implementation of table functionality and tooltip display in our project. Below are the details of the issues and a suggestion for improving the tooltip functionality.

1. Filter by Value Scrolling Issue

  • Description: The 'Filter by Value' functionality in tables is not scrolling properly. When users attempt to scroll through the list of values, the data vanishes if scrolled too much.
  • Expected Behavior: The data should remain visible and scroll smoothly, allowing users to select their desired filter values without any interruption.
  • Steps to Reproduce:
    •     Go to the table click on Datetime 
      
    •     Attempt to scroll through the list in  'Filter by Value'
      
    •     Notice that the data disappears or behaves erratically after a certain point.
      

Filter by Value vanishing

2. Tooltip Border Visibility

  • Description: The tooltip displayed over table values lacks a distinct border, causing it to blend in with the table's background. This makes it difficult to read the tooltip's content.
  • Expected Behavior: Tooltips should have a clear border or shadow to distinguish them from the table background, enhancing readability.
  • Suggestion: Implement a subtle border or shadow around tooltips.
    Tooltip blending with background

3. Tooltip Length Condition

  • Suggestion: It is proposed to display tooltips only for table values that exceed a certain length (e.g., more than 20 characters). This will prevent tooltips from cluttering the UI unnecessarily and focus the user's attention on longer values that might be truncated.
  • Rationale: This approach will enhance the user experience by providing additional context only when necessary, keeping the interface clean and focused.
    Tooltip not requied

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions