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
Description
DialEllipsisTooltipcurrently performs truncation detection per component instance using:window.resizelistenerResizeObserverrequestAnimationFrameschedulingclientWidth,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