Skip to content
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

unexpected javascript error in VBox linked to tooltip #3860

Open
Tracked by #3921
jgunstone opened this issue Nov 7, 2023 · 2 comments
Open
Tracked by #3921

unexpected javascript error in VBox linked to tooltip #3860

jgunstone opened this issue Nov 7, 2023 · 2 comments

Comments

@jgunstone
Copy link

ipywidgets version == 8.1.1

import ipywidgets as w

di = {
    "title": "title",
    "description": "Description ...",
    "tooltip": "tooltip ...",
}
w.VBox(**di)  # error

image


import ipywidgets as w

di = {
    "title": "title",
    "description": "Description ...",
    #"tooltip": "tooltip ...",
}
w.VBox(**di)  # instantiates normally

image

@jgunstone
Copy link
Author

just double checked this in the newest version (8.1.5) and the error still persists

@fleming79
Copy link

The PR here #3921 resolves the problem.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants