Opened 13 years ago
Closed 12 years ago
#6288 closed bug (wontfix)
Animate focus bug
Reported by: | nahmias.dror | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | animate textarea | Cc: | |
Blocked by: | Blocking: |
Description
when animating a textarea in its onfocus event the focus is lost. This happens in Chrome (dev, 5.0.342.3) and mobile safari (iPhone 3GS) but does not in IE8 and FF 3.6.
To reproduce - use attached file. To workaround I used the callback to set this.focus(). For iPhone this.focus() did not solve the issue - this.select() did.
Attachments (1)
Change History (3)
Changed 13 years ago by
comment:2 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Thanks for the report, but this is not something we can solve. Since $.animate
is unaware of the context in which it is executing, you will need to perform any workarounds yourself if you call it in a focus handler.
Note: See
TracTickets for help on using
tickets.
reproduction of bug