[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HLWM focusing on the wrong things!
- To: herbstluftwm _minus_ devel _at_ lists _dot_ sourceforge _dot_ net
- Subject: HLWM focusing on the wrong things!
- From: Hans-Peter Deifel <hpdeifel _at_ gmx _dot_ de>
- Date: Wed, 12 Dec 2012 20:32:20 +0100
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