Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
comment:2 Changed 2 years ago by snover
- Priority set to undecided
- Status changed from new to closed
- Resolution set to wontfix
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


reproduction of bug