jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
598 stars 127 forks source link

Menu item not clickable on mobile device unless doing in a quite strange way #686

Closed sdshq closed 4 months ago

sdshq commented 4 months ago

Description

I ran into this issue using a mobile device (Huawei Matepad Pro 13.2') with a external mouse. The issue happens consistently in the official demoss of Jupyter Notebook/Lab/Lite and other lumino-based solutions (e.g. Eclipse Theia IDE). When clicking a 1st level menu (e.g. File), I can't make any 2nd-level item (e.g. New) to take effect by simply clicking it. I have to do in a quite strange way: 1) hover on the item, 2) press the left mouse button and hold, 3) slightly move the mouse, and finally get the menu item working.

Reproduce

As described above.

Expected behavior

I need the menu work like any other normal apps.

Context

Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.

welcome[bot] commented 4 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

sdshq commented 4 months ago

After reinstalling browsers/termux for some times, I can no longer re-produce this issue. Closing this issue to not disturb others.