You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Description of the bug
as long as the scroll is not active, meaning scroll's child length is short, everything is fine. As the length exceeds the limit, scrollview becomes active but renders an unknown "box" looking widget on top of the list.
Interestingly, the widget disappears when cursor is idle, I think this behavior very much resembles the scrollbar but I am not sure.
Reproducing the issue
This is the config I am using for notitable which internally uses dunst's json output from dunstctl history.
#1011 seemed to be similar but it got closed.
The following video shows the error in 3 situations.
No extra widget when length is not long enough.
Extra widget on top when length exceeds the height and scroll activates.
Widget becomes dark when hovered upon and becomes invisible when cursor becomes idle.
eww_error.mp4
Platform and environment
I am using only wayland manual build on fedora 41. Hyprland is the compositor and eww --version says eww 0.6.0 a7bd80ac1ec77f0c473c7ec70240f8329bffa07b.
The text was updated successfully, but these errors were encountered:
Checklist before submitting an issue
Description of the bug
as long as the scroll is not active, meaning scroll's child length is short, everything is fine. As the length exceeds the limit, scrollview becomes active but renders an unknown "box" looking widget on top of the list.
Interestingly, the widget disappears when cursor is idle, I think this behavior very much resembles the scrollbar but I am not sure.
Reproducing the issue
This is the config I am using for notitable which internally uses dunst's json output from
dunstctl history
.Notilist
Expected behaviour
the extra widget shouldn't appear.
Additional context
#1011 seemed to be similar but it got closed.
The following video shows the error in 3 situations.
height
and scroll activates.eww_error.mp4
Platform and environment
I am using only wayland manual build on fedora 41. Hyprland is the compositor and
eww --version
sayseww 0.6.0 a7bd80ac1ec77f0c473c7ec70240f8329bffa07b
.The text was updated successfully, but these errors were encountered: