eww icon indicating copy to clipboard operation
eww copied to clipboard

Hello, I'm using eww with a bar and for several widgets, I'm already using the new version with the new configuration file, but a problem that persists since the use of xml, is... When I create a expander, when expanding it increases the window, so far ok, however when retracting, the window remains stretched, only returning to normal when closing the window, or with eww reload.

Open Paladin1991 opened this issue 3 years ago • 4 comments

Checklist before submitting an issue

  • [x] I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • [ ] I have specifically verified that this bug is not a common user error
  • [ ] I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Describe the bug

A clear and concise description of what the bug is.

Reproducing the issue

Please provide a clear and and minimal description of how to reproduce the bug. If possible, provide a simple example configuration that shows the issue.

Expected behaviour

A clear and concise description of what you expected to happen.

Additional context

If applicable, provide additional context or screenshots here

Paladin1991 avatar Aug 31 '21 23:08 Paladin1991

Might be related to #123 and #193

Animeshz avatar Sep 01 '21 02:09 Animeshz

Eww has moved to the Yuck language. Plus, please try to check if this issue remains to be true in the newer versions.

ghost avatar Nov 07 '21 05:11 ghost

Just encountered this. The window does not shrink after the revealer closes. Happens with the expander too.
Peek 2021-11-18 01-09 Peek 2021-11-18 01-18

Woynert avatar Nov 18 '21 06:11 Woynert

The big issue here is that gtk doesn't actually send "I need less space, please shrink" events, as far as I can tell. It should be possible to work around that somehow however, any concrete implementation ideas would be more than welcome!

elkowar avatar Nov 18 '21 12:11 elkowar