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

Column Styles Updates Do Not Fire perspective-config-update Event Correctly #1727

Closed
jkusa opened this issue Mar 1, 2022 · 0 comments · Fixed by #1728
Closed

Column Styles Updates Do Not Fire perspective-config-update Event Correctly #1727

jkusa opened this issue Mar 1, 2022 · 0 comments · Fixed by #1728
Labels
bug Concrete, reproducible bugs

Comments

@jkusa
Copy link
Contributor

jkusa commented Mar 1, 2022

Column Styles Updates Do Not Fire perspective-config-update event

Steps to Reproduce:

  1. cd examples; yarn start react-monaco
  2. Open config panel
  3. Change a column to be a Bar format
  4. Notice that the config object in the editor on the left does not update

Expected Result:

Updates to the data table column styles should fire a perspective-config-update event on the perspective-viewer element.

Actual Result:

Looks like the perspective-config-update event is currently firing on the perspective-viewer-data-grid element, not the perspective-viewer element.

@texodus texodus added the bug Concrete, reproducible bugs label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants