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

Potential unblur of inputs in optimization mode #20

Open
getvictor opened this issue Jun 21, 2024 · 0 comments
Open

Potential unblur of inputs in optimization mode #20

getvictor opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working :reproduce

Comments

@getvictor
Copy link
Owner

getvictor commented Jun 21, 2024

In optimization mode, when there are multiple items to be blurred under one grandparent, we may unblur the grandparent by mistake if one item no longer needs to be blurred.

This issue has been handled for normal nodes via processNodeWithParent function and the set of blurredElements.

But we need to think whether an issue for inputs still exists.

Need to create a test case for this:

grandparent
  -> parent1 -> blur1
  -> parent2 -> blur2
@getvictor getvictor added bug Something isn't working :reproduce labels Jun 21, 2024
@getvictor getvictor changed the title Potential unblur in optimization mode Potential unblur of inputs in optimization mode Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working :reproduce
Projects
None yet
Development

No branches or pull requests

1 participant