Loop icon indicating copy to clipboard operation
Loop copied to clipboard

🐞 Make Loop work on display's edges

Open phlpsong opened this issue 1 year ago • 1 comments

Bug Description

When the mouse is on the edge of display, the panel could not fully shown

Steps To Reproduce

  1. move the mouse to the edge of display
  2. press shortcut key to trigger the panel to show
  3. check panel

Expected Behavior

show the full panel view

Actual Behavior

only show part of the panel

Screenshots

SCR-20240328-uiwl

MacOS Version

Sonoma 14.4.1

Loop Version

beta.14(773)

Additional Context

No response

Final Checks

  • [X] My issue title is descriptive
  • [X] This is a single bug (multiple bugs should be reported individually)

phlpsong avatar Mar 28 '24 15:03 phlpsong

This is currently intended behavior. However, to make Loop work on the sides of the screen, I think that obtaining the raw mouse input from NSEvent would be beneficial, so that the user can still access the obscured radial menu items :)

MrKai77 avatar Mar 28 '24 18:03 MrKai77