Open taras-yemets opened 1 year ago
Due to a recent change in the new code view on GitHub (blob navigation cursor addition and possibly a new editor to power the blob view) Sourcegraph browser extension doesn't render the code-intel popovers for this kind of code view.
texarea
element; the element below it (in red rectangular) has pointer-events
set to none
and thus is not a target for any pointer events. Thus we can't use the latter to define the token position (line and char numbers). pointer-events
to auto
on the container with lines breaks the symbols sidebar.
5.0
23.3.10.1712
, Safari1.23
Steps to reproduce:
https://user-images.githubusercontent.com/25318659/231468328-88808c24-7563-49bd-9f8b-1f065e1140b4.mov
Expected behavior:
Hovering over any interactive token triggers code-intel popover.
Actual behavior:
Code-intel popover is not rendered.
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).