Otter-shell · #65

tooltip prevents audio widget on-click event to occur successfully

ClosedBugHigh3 votes4 commentsby Baba/爸爸/баба

! Please fill out this field.

Bug report

Steps to reproduce

  1. mouse over audio widget
  2. wait for tooltip to pop up
  3. left click on the widget icon
  4. 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

Cosmo

Same on Hyprland

Zello

Got the same issue aswell on mango ofc

Ferreo

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 test in otter-wayland and zig build -Doptimize=ReleaseFast in otter-bar.

Ferreo

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 % in Volume: 100% are not truncated. Verified with zig build -Doptimize=ReleaseFast test and zig build -Doptimize=ReleaseFast in otter-bar.

Sign in with Discord to comment.