eww
eww copied to clipboard
[BUG] The revealer widget doesn't reposition the widget i.e. buttons while they're revealed
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
- [X] I have specifically verified that this bug is not a common user error
- [X] 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)
Description of the bug
While using the revealer
widget to reveal a widget,let's say for example a bx containing several buttons, it doesn't reposition them according to their revealed position.
In the above picture you can se when I'm clicking on the button 2023
it's printing the value from the row below i.e. 2029
. The widget structure is something like this:
(box :some properties
:style "
The revealer
seems to ignore the top padding and position the button
right from the top. The button layout though follows the styling. Only the clicking is affected.
If there's a workaround then please let me know.
Reproducing the issue
Declare a box
with class: box1. Give some top padding. Use revealer inside this box1 to open another box inside. Add some buttons to the newly created box. Now after revealing the new box the button's position won't change.
Expected behaviour
Revealer repositions the widget/ buttons after being revealed.
Additional context
No response