elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
8.78k stars 366 forks source link

[BUG] Expander widget does not expand if name is specified #1085

Open Life-Not-Found opened 2 months ago

Life-Not-Found commented 2 months ago

Checklist before submitting an issue

Description of the bug

If a name is specified in the expander widget the expander will not expand

https://github.com/elkowar/eww/assets/113875139/d085bbcd-2901-433a-8288-021d37a49f4f

Reproducing the issue

(
            expander
            :name "Name of expander"
            (
                label
                :text "expanding"
            )
        )

Expected behavior

The expander expands and shows child widget

Additional context

Was able to replicate in a VM

https://github.com/elkowar/eww/assets/113875139/b1b88b45-f229-48f6-9555-bf31c23f543e

No response