Add blur on active element when page is changed #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To remove focus on a clicked/tapped link (eg on ipad, a attached tooltip can remain visible after the new page load, which is weird)
Be careful to this issue https://github.com/defunkt/jquery-pjax/issues/377
@MoOx Isn't this covered by this line and this line? I don't know why both are needed, but regardless, the focus should be lost.
This should be a simple fix, similar to what was ultimately implemented here.
You pointed the same line, but I guess you are right. Maybe I was referring to event triggered by js (eg: tooltip opened on a tap/click that should be hidden when tapping outside), can't remember...
Sorry. I meant this line and this line.