Rapid icon indicating copy to clipboard operation
Rapid copied to clipboard

Consider replacing d3 popover/tooltip code with native Popovers

Open bhousel opened this issue 1 year ago • 3 comments

Since April 2024, Popover API is supported in all evergreen browsers. We can probably replace a lot of our complex d3 code for drawing tooltips and popovers with much simpler code that works across browsers. see: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API

bhousel avatar May 02 '24 18:05 bhousel

Have we noticed issues with tooltips and other popovers across different browsers @bhousel?

eneerhut avatar Oct 04 '24 00:10 eneerhut

Have we noticed issues with tooltips and other popovers across different browsers @bhousel?

Not really - this is more about clearing away tech debt.

bhousel avatar Oct 04 '24 20:10 bhousel

Ok thanks for clarifying @bhousel

eneerhut avatar Oct 04 '24 20:10 eneerhut