Closed chantastic closed 10 years ago
No such thing as a pita when finding issues :)
I don't know exactly what "Escape, after input is blurred, closes modal" means.
I just did this:
Can you break down the scenario you're talking about? or maybe record a little screencast?
In our sites, we found that users (that used esc
to close modals) expected the modal to "always eventually" be closed with esc
.
This case came up a lot:
Here's a video.
For us, this issue may be exacerbated because we auto-focus :input:enabled:visible:first
.
How do you get escape to blur an <input type="text">
? I can't get my browser to do that.
If I focus the input outside of the modals, esc does nothing (doesn't blur).
When I hit esc with an active input it just closes the modal.
If I do esc in the select box it blurs, and then esc again closes the modal.
If I could reproduce this I'd absolutely fix it.
Frick!
So sorry to have wasted your time on this, Ryan.
This is on me. I had to reinstall all my Chrome plugins and Vimium didn't have my normal exclude-list.
For shame.
I soooo don't mean to be a pain in the ass; if I were smarter I'd make a PR.
It would be nice if pressing escape, after bluring an input, closed the modal: