Opened 13 years ago
Closed 12 years ago
#4084 closed enhancement (fixed)
$(document).focus(fn)
Reported by: | crucify | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | document focus | Cc: | |
Blocked by: | Blocking: |
Description
FF $(document).focus(fn) IE $(document.body).focus(fn)
I wish unify 'document'.
thank you.
Change History (6)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of #4040, thanks!
comment:4 Changed 13 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:5 Changed 13 years ago by
Component: | unfilled → event |
---|
This appears to be a separate issue from #4040 - it looks like he wants to unify how the focus event needs to be bound, which is something that we can look in to.
This is similar to the problem where in order to animate the scroll of a page you need to attach to both document.documentElement and document.body.
comment:6 Changed 12 years ago by
Milestone: | 1.3.2 → 1.4 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Version: | 1.3.1 → 1.3.2 |
I think this has already been fixed with the introduction of the new focus/blur bubbling code in 1.4.
Note: See
TracTickets for help on using
tickets.
What document type are you using?