Skip to content

JLab Output displayed trigger #1738

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

Merged
merged 4 commits into from
Oct 4, 2017

Conversation

jasongrout
Copy link
Member

Make the JLab output widget override its phosphor widget properly, so that the displayed method gets triggered.

Fixes #1735.

screen shot 2017-10-04 at 7 04 45 am

Before, the displayed event was not being triggered since the processPhosphorMessage method was never being called.

Fixes jupyter-widgets#1735
The update method was redundant, and the render should always call the super method (even if it is a no-op).
@jasongrout
Copy link
Member Author

(This basically just copies the code from

class JupyterPhosphorPanelWidget extends Panel {
)

@vidartf vidartf mentioned this pull request Oct 4, 2017
3 tasks
@jasongrout jasongrout merged commit 24f3312 into jupyter-widgets:master Oct 4, 2017
@jasongrout jasongrout added this to the 7.1 milestone Oct 4, 2017
@jasongrout jasongrout modified the milestones: 7.x, 7.0.2 Oct 20, 2017
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output.layout.border is not rendered in Jupyterlab
1 participant