- From: Daniel Bates <notifications@github.com>
- Date: Fri, 28 Jun 2019 09:29:08 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 June 2019 16:29:30 UTC
> Even if the `blur` event is not fired, there are other ways to observe whether the element lost focus, right? E.g., `activeElement`? Looking at activeElement does not seem be a way to observe this (and I can't help be think: why would it be? Last I recall it represented the focused element ignoring window activation <-- the AppKit/UIKit/GUI toolkit concept, haven't checked the spec, yet. FYI, In Safari and Firefox `document.activeElement` is **still** the <input> after the display:none'ing in the example. Only Chrome changes the activeElement, but then it also dispatches a blur. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/236#issuecomment-506795947
Received on Friday, 28 June 2019 16:29:30 UTC