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

[3958] Prevent Stackoverflow when rendering a twice an expanded TreeItem #4015

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. [3958] Prevent Stackoverflow when rendering a twice an expanded TreeItem

    This commit provide a partial fix for the given bug. It only prevents
    rendering twice in the same tree path and expanded element because it
    would cause an infinite loop.
    
    A fix still need to be implemented in the "Expand All" action to prevent
    stackoverfow when rendering a infinite loop with non unique ID.
    
    Bug: eclipse-sirius#3958
    Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
    Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
    adaussy authored and frouene committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e3b529b View commit details
    Browse the repository at this point in the history