[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HLWM focusing on the wrong things!



Hi,

I promised a mail on this bug:

Steps to reproduce:

 - Enable focus stealing prevention
 - Create two frames (unrelated, just for better observability)
 - Open a terminal in one
 - Open emacs in the other one using

   emacs -Q --eval '(progn (sleep-for 2) (select-frame-set-input-focus
     (car (frame-list))))'

 - Focus the terminal as soon as the emacs window appears
 - Wait 2 seconds
 - Type something

What should happen:

 Active and focused window should be the same.

What actually happens:

 The emacs window has the focus, but the terminal is the active window
 (as indicated by it's border)

HP