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

Incremental Update does not apply Changes to the Viewer #37

Open
a-sr opened this issue Apr 9, 2020 · 1 comment
Open

Incremental Update does not apply Changes to the Viewer #37

a-sr opened this issue Apr 9, 2020 · 1 comment

Comments

@a-sr
Copy link
Member

a-sr commented Apr 9, 2020

When changing view related properties (such as KlighdProperties.SHOW or KlighdProperties.EXPAND) in the synthesis, the incremental update does not apply these changes.
It seems the property is either not merged into the view model or the viewer is not informed that this property changed and it should show a different rendering.

This behavior might be intended such that the incremental update keeps expansion states and hidden elements across updates.
However, it seems to be problematic, as in my case where I have a synthesis that invokes DiagramSyntheses.initiallyHide on edges depending on a synthesis option (either show all or show them interactively). However, toggling this option has no effect with incremental update, since edges keep their initial state.
I built a workaround using invisibility but is this intended?

@a-sr
Copy link
Member Author

a-sr commented Apr 9, 2020

This issue is also migrated from the old KIELER Pragmatics JIRA issue tracker. See the old discussion on this ticket in KIPRA-1899.

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

1 participant