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

Widget does not automatically re-render when calling load() after initializing with None #810

Closed
sc1f opened this issue Nov 12, 2019 · 0 comments
Assignees
Labels
bug Concrete, reproducible bugs Python

Comments

@sc1f
Copy link
Contributor

sc1f commented Nov 12, 2019

Bug Report

Steps to Reproduce:

  1. Create a PerspectiveWidget, passing in None as the first parameter
  2. Rendering the widget.
  3. Call load() on the widget with a dataset.

Expected Result:

Widget should automatically re-render with the new dataset visible.

Actual Result:

Widget does not re-render, but it displays properly after manually rendering.

@sc1f sc1f added bug Concrete, reproducible bugs Python labels Nov 12, 2019
@sc1f sc1f self-assigned this Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs Python
Projects
None yet
Development

No branches or pull requests

1 participant