Skip to content

When using PageUp/PageDown in Completer, codemirror mistakenly uses goPageUp/goPageDown. #2518

@michael-wise

Description

@michael-wise

When viewing code hints (dropdown list of available methods/attributes) for an object, if I navigate the list using page down (instead of arrow keys), it navigates the list as desired, but has the undesired side effect of also moving the text cursor down the page (as if you'd pressed page down while not using code hints). Resultingly, after you press enter to confirm your attribute, the cursor is one page below the line you were just working on.

Here is the commit that added the page-up and page-down functionality to the completer dropdown. fe37c14

Python 3.5.2 |Anaconda 4.2.0 (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)]
IPython 5.1.0 -- An enhanced Interactive Python.
Jupyter Notebook Server 4.2.3.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions