typester / emacs

my emacs clone adding fullscreen support to CocoaEmacs
GNU General Public License v3.0
110 stars 22 forks source link

Mouse motion is captured when fullscreen window is unfocused #2

Open purcell opened 14 years ago

purcell commented 14 years ago

Awesome patch, thanks!

Slight problem in the following scenario:

  1. Toggle fullscreen display on
  2. Open a dired buffer (where the highlighted line moves with the cursor)
  3. Switch to another app (so that it's window is above Emacs)
  4. Mouse motion is still captured by the dired window

This doesn't happen when Emacs is not full-screen.

typester commented 14 years ago

I could reproduce it. Thank you for your report!

will take time to fix