#10998 closed bug (invalid)
.focus() wont work in firefox
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As I am using Jquery in my application. And using .focus() to handle the application through key board. It works fine in IE but not in firefox. Let me know the solution please.
Change History (3)
comment:1 follow-up: 3 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
comment:3 Changed 11 years ago by
Replying to anonymous:
Replying to [email protected]…:
As I am using Jquery in my application. And using .focus() to handle the application through key board. It works fine in IE but not in firefox. Let me know the solution please.
Hey I got the solution
function sampledFunction() { window.setTimeout(function () { $('#mobileno').focus(); }, 0); return false; }
Note: See
TracTickets for help on using
tickets.
Replying to [email protected]…:
Hey I got the solution
function sampledFunction() { window.setTimeout(function () { $('#mobileno').focus(); }, 0); return false; }