jupyter / jupyter-js-notebook

JupyterLab notebook
BSD 3-Clause "New" or "Revised" License
46 stars 18 forks source link

Console tooltips get cut off if there is not enough space below. #215

Closed afshin closed 8 years ago

afshin commented 8 years ago
screen shot 2016-05-20 at 8 40 25 pm

This issue is complicated by the fact that tab completions need to appear above the cursor at the same time as tooltips appearing below in some circumstances. So the the solution is likely to increase the space below the cursor and scroll into view instead of moving the tooltip.

cf. https://github.com/jupyter/jupyter-js-notebook/issues/170