I have a table in which the cells show ellipsis if too long. I set overflow: hidden and text-overflow: ellipsis on the td elements.
I now need to show a tooltip if the user hovers a cell that can't fit the entire text, but no tooltip on other cells.
I can register an event to capture mouseover, but how can I tell if the hovered td shows ellipsis or not?