plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Issue 736 - Tooltip horizontal position incorrect #817

Closed Marc-Andre-Rivet closed 4 years ago

Marc-Andre-Rivet commented 4 years ago

Closes #736

722 introduced a tooltip regression causing the tooltip to be positioned with respect to the phantom-cell used for consistent sizing instead of the real visible cell.

This PR fixes the above and adds new tests that validate the tooltip's position in more scenarios.

Marc-Andre-Rivet commented 4 years ago

@alexcjohnson I think my local dev branch may have predated https://github.com/plotly/dash-table/pull/814