Bug Tracker

Modify

Ticket #6288 (closed bug: wontfix)

Opened 3 years ago

Last modified 2 years ago

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

1.htm Download (455 bytes) - added by nahmias.dror 3 years ago.
reproduction of bug

Change History

Changed 3 years ago by nahmias.dror

reproduction of bug

comment:1 Changed 3 years ago by snover

  • Milestone 1.4.3 deleted

Resetting milestone to future.

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.