aminomancer / uc.css.js

A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, behaviors and other opinionated features. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.
Other
337 stars 27 forks source link

Window Drag Hotkey bug #19

Closed henryxrl closed 2 years ago

henryxrl commented 2 years ago

To reproduce the buggy behavior:

  1. Hold down alt+shift and click the mouse button to drag as usual
  2. Still holding the mouse button, but release the alt+shift. You can still drag around the window as expected.
  3. Release the mouse button. At this point, since no alt+shift button is pressed, the mouse shouldn't be able to drag the window. But it still can do so. This makes it impossible to normally interact with the UI, like click on the urlbar to enter a new url.
aminomancer commented 2 years ago

Thanks, try version 1.1

henryxrl commented 2 years ago

Fixed. All good now! Thanks for the great work!