Skip to main content

Bug Tracker

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)
  • 1.htm (0.4 KB) - added by nahmias.dror March 15, 2010 12:11PM UTC.

    reproduction of bug

Change History (2)

Changed November 12, 2010 02:40AM UTC by snover comment:1

milestone: 1.4.3

Resetting milestone to future.

Changed November 19, 2010 10:20PM UTC by snover comment:2

priority: → undecided
resolution: → wontfix
status: newclosed

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.