Otter-shell · #65
tooltip prevents audio widget on-click event to occur successfully
! Please fill out this field.
Bug report
Steps to reproduce
- mouse over audio widget
- wait for tooltip to pop up
- left click on the widget icon
- admire the nothingness
Expected behavior
clicking the widget icon should open the interface and despawn the tooltip
Actual behavior
clicking the widget icon while the tooltip is visible prevents the on-click event.
Environment
WM: mango 0.16.1(3cb7cb2d) Env: otter-bar/pika,now 0.11.88-101pika1 Model: HP laptop 15-fc0015la (15-fc0xxx) MoBo: 8B30 CPU: AMD Ryzen 7 7730U with Radeon Graphics RAM: 24.49 GB DDR4 @ 3200MT/s kernel: 7.1.8-pikaos
Discussion
Sign in with Discord to comment.
PikaOS Projects
Same on Hyprland
Got the same issue aswell on mango ofc
Fixed in otter-wayland commit 4a732a6 (pushed to master). Tooltip layer surfaces now use an empty Wayland input region, so display-only tooltips cannot intercept bar pointer clicks; interactive menu popups are unchanged. Verified with
zig build -Doptimize=ReleaseFast testin otter-wayland andzig build -Doptimize=ReleaseFastin otter-bar.Correction to the earlier fix: the remaining failures were in otter-bar, not Wayland input delivery. Fixed and pushed as otter-bar commit 0a928d2. Clicking volume/MPRIS now replaces a visible tooltip with the interactive menu; only an already-open menu toggles closed. Tooltip width now uses scale-aware ceiling measurement, so terminal characters such as the
%inVolume: 100%are not truncated. Verified withzig build -Doptimize=ReleaseFast testandzig build -Doptimize=ReleaseFastin otter-bar.