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

Make moving making work again #1103

Merged
merged 2 commits into from Mar 3, 2024
Merged

Make moving making work again #1103

merged 2 commits into from Mar 3, 2024

Conversation

hai-schrodinger
Copy link
Contributor

#1102

Long story short:
I accidentally used _handle_custom_msg method name that overwrites https://github.com/jupyter-widgets/ipywidgets/blob/b78de43e12ff26e4aa16e6e4c6844a7c82a8ee1c/python/ipywidgets/ipywidgets/widgets/widget.py#L788

The view. on_msg(self. _handle_custom_msg) has never worked due to the wrong signature. This failure blocks on_msg function execution in

def on_msg(widget, msg, _):

The view._handle_custom_msg, however, is still be executed in different code branch: https://github.com/jupyter-widgets/ipywidgets/blob/b78de43e12ff26e4aa16e6e4c6844a7c82a8ee1c/python/ipywidgets/ipywidgets/widgets/widget.py#L761-L782

@hainm hainm merged commit 12a75bc into nglviewer:master Mar 3, 2024
2 of 3 checks passed
@hainm hainm deleted the movie-fix branch March 3, 2024 15:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants