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

TreeGrid expand all crashes #924

Closed
howudodat opened this issue Apr 23, 2024 · 0 comments
Closed

TreeGrid expand all crashes #924

howudodat opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@howudodat
Copy link

Describe the bug
Clicking the expand all icon in the tree grid header causes a crash

To Reproduce
demo app, tree grid plugin
click the expand all icon in the header

Expected behavior
All rows expand

Screenshots
image
image

TreeGridPlugin.java:339 Uncaught TypeError: icon_0_g$.isToggled_1_g$ is not a function
    at lambda$16_45_g$ (TreeGridPlugin.java:339:1)
    at TreeGridPlugin$lambda$16$Type_1_g$.accept_275_g$ [as accept_567_g$] (TreeGridPlugin.java:337:1)
    at Optional_1_g$.ifPresent_0_g$ [as ifPresent_4_g$] (Optional.java:71:1)
    at TreeGridPlugin_1_g$.expand_14_g$ [as expand_24_g$] (TreeGridPlugin.java:336:1)
    at TreeGridPlugin_1_g$.expandRow_2_g$ [as expandRow_5_g$] (TreeGridPlugin.java:151:1)
    at TreeGridPlugin_1_g$.lambda$14_49_g$ [as lambda$14_103_g$] (TreeGridPlugin.java:301:1)
    at TreeGridPlugin$lambda$14$Type_1_g$.accept_274_g$ [as accept_567_g$] (TreeGridPlugin.java:301:1)
    at ArrayList_1_g$.forEach_12_g$ [as forEach_35_g$] (ArrayList.java:176:1)
    at TreeGridPlugin_1_g$.expandAllRows_0_g$ [as expandAllRows_1_g$] (TreeGridPlugin.java:301:1)
    at TreeGridPlugin_1_g$.lambda$22_32_g$ [as lambda$22_69_g$] (TreeGridPlugin.java:531:1)
    at TreeGridPlugin$lambda$22$Type_1_g$.handleEvent_634_g$ [as handleEvent] (TreeGridPlugin.java:527:1)
lambda$16_45_g$ @ TreeGridPlugin.java:339
accept_275_g$ @ TreeGridPlugin.java:337
ifPresent_0_g$ @ Optional.java:71
expand_14_g$ @ TreeGridPlugin.java:336
expandRow_2_g$ @ TreeGridPlugin.java:151
lambda$14_49_g$ @ TreeGridPlugin.java:301
accept_274_g$ @ TreeGridPlugin.java:301
forEach_12_g$ @ ArrayList.java:176
expandAllRows_0_g$ @ TreeGridPlugin.java:301
lambda$22_32_g$ @ TreeGridPlugin.java:531
handleEvent_634_g$ @ TreeGridPlugin.java:527
@vegegoku vegegoku self-assigned this May 5, 2024
@vegegoku vegegoku added the bug Something isn't working label May 5, 2024
@vegegoku vegegoku added this to the 2.0.1 milestone May 5, 2024
vegegoku added a commit that referenced this issue May 6, 2024
@vegegoku vegegoku closed this as completed May 6, 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
Projects
None yet
Development

No branches or pull requests

2 participants