Andri Möll
Andri Möll
This is as far as I can tell the browser behavior: ``` js var FocusEvent = require("jsdom/lib/jsdom/living").FocusEvent function focus(el) { var activeElement = document.activeElement if (activeElement != document.body) { document.activeElement...
Ah, that's peculiar indeed. I can't yet argue which way it _should_ be, but the browsers I've tested so far all clear `activeElement` prior to `blur`. You can confirm that...
Hey, thanks, but I'll reopen this as a reminder to check it out someday. :)
Thanks! I hope to eventually get to this, too. :)