mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
115 stars 27 forks source link

Up/down arrow key events captured by browser #27

Closed pllim closed 5 years ago

pllim commented 6 years ago

UPDATE: I also see this on RHEL 7 64-bit using Firefox 52.8.0.

Discovered during Scipy 2018. While panning using Ginga viewer with ipyevents, the up/down arrows where somehow captured by the browser. This resulted in notebook jumping up and down, instead of panning up and down. I was running eteq/astrowidgets#1 on Windows 7 64-bit:

I think I see the image did pan like a few pixels but I am not sure because the browser was also unintentionally scrolling at the same time.

mwcraig commented 5 years ago

@pllim -- I think this is fixed in ipyevents 0.4.0.....I was able to pan in the ginga widget with shift+arrow key without scrolling the browser, at least.

pllim commented 5 years ago

Thanks, Matt. I'll follow up when I get the chance.