Skip to content

[Tech Debt] Optimize DialEllipsisTooltip truncation checks for pages with many instances #525

@valerydluski

Description

@valerydluski

Description

DialEllipsisTooltip currently performs truncation detection per component instance using:

  • window.resize listener
  • ResizeObserver
  • requestAnimationFrame scheduling
  • DOM measurements (clientWidth, scrollWidth, getBoundingClientRect)

This works well for isolated usage, but may become expensive on screens rendering many instances at once.

Related issues

No response

Confidential information

  • I confirm that do not share any confidential information

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions