-
Notifications
You must be signed in to change notification settings - Fork 949
Issue 544 bugfixes #555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 544 bugfixes #555
Conversation
Darian, those changes look good; thanks. One more thing about the dropdown - if the size of the dropdown has changed, the actual dropdown list no longer matches the width of the control (see the image below - the grey box is a different width than the control). Can we get the list to match the width of the control? |
@jasongrout Good call, the drop list width needs to be calculated at run-time in JS (it used to just be a static 300px). |
Nice, thanks! I also investigated a bit more deeply what the |
These are bugfixes for #544
'vertical'
mode correctlykeydown
handler inside notebookcc: @jasongrout @SylvainCorlay