Side navigation
#6288 closed bug (wontfix)
Opened March 15, 2010 12:10PM UTC
Closed November 19, 2010 10:20PM UTC
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 (2)
Changed November 12, 2010 02:40AM UTC by comment:1
milestone: | 1.4.3 |
---|
Changed November 19, 2010 10:20PM UTC by comment:2
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.
Resetting milestone to future.