You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new jupyter notebook, and select venv_new as its kernel
Create an empty Kepler map within the jupyter notebook on vscode
fromkeplerglimportKeplerGlkmap=KeplerGl()
kmap
use the draw on map tool to create any polygon or rectangle on the map
hover over the rectangle to trigger the pop up menu suggesting "Right click to view options".
Right click as suggested
Expected behavior
The options menu would not open. Instead the polygon/rectangle enter pans mode, as if the left button on the mouse was clicked instead.
The menu fails to open only in the map integrated into VSCode.
The menu opens correctly when right clicking on the jupyter notebook opened on the browser.
Raising the issue here as I am not sure if the culprit is latest VSCode version, or it has to do with KeplerGl, or both.
The menu to copy the geometry opens correctly if the Notebook is opened on the browser
The menu to copy the geometry does not open when embedded in a Jupyter notebook in VSCode
Desktop (please complete the following information):
OS: iOS 15.1.1
Browser: None
IDE: VSCode Version: 1.96.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Right click to view options on polygon no longer works
To Reproduce
python3.12 -m venv venv_new source venv_new/bin/activate
pip install keplergl # triggers `Downloading keplergl-0.3.6.tar.gz , ...`
venv_new
as its kernelExpected behavior
The options menu would not open. Instead the polygon/rectangle enter pans mode, as if the left button on the mouse was clicked instead.
Raising the issue here as I am not sure if the culprit is latest VSCode version, or it has to do with KeplerGl, or both.
The menu to copy the geometry opens correctly if the Notebook is opened on the browser
![Image](https://private-user-images.githubusercontent.com/8709755/407405216-029eb8d7-5ce0-4a88-8061-ec2203d92a65.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjYyOTgsIm5iZiI6MTczODg2NTk5OCwicGF0aCI6Ii84NzA5NzU1LzQwNzQwNTIxNi0wMjllYjhkNy01Y2UwLTRhODgtODA2MS1lYzIyMDNkOTJhNjUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTgxOTU4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDc4ZmU5MjFmNDEyNmI5ZWM3YzA1MDVmMGU4YTBiZWI1MGI3MTFlMzY0OTlmMzE5NjdmYWRkYjMyOGFlYjFlYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.yiu7aL1_ELqj9Vlf4P-HKRSeaTJK0eE_MTq_T3i-iSs)
The menu to copy the geometry does not open when embedded in a Jupyter notebook in VSCode
![Image](https://private-user-images.githubusercontent.com/8709755/407405218-6dbe4bfa-6e74-4c76-9962-c5ed9d85f9cc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjYyOTgsIm5iZiI6MTczODg2NTk5OCwicGF0aCI6Ii84NzA5NzU1LzQwNzQwNTIxOC02ZGJlNGJmYS02ZTc0LTRjNzYtOTk2Mi1jNWVkOWQ4NWY5Y2MucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTgxOTU4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmJiMWI3YTUwNTZiYmQwNzgwZDgwYmM4ZWQ1MWUxMGZjN2RlOWRlMThhNjU2MmY1NjgyYjdjMWI4YWIwYThjNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.3K6uzEW8CChaUyGPOBjcuflqbkRSM76HXWwxBv5QMUw)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: