Ticket #8393 (open bug)

Opened 12 months ago

Last modified 2 months ago

Datepicker: Issues using showAnim on multiple datepickers

Reported by: Viktor Snezhko Owned by:
Priority: minor Milestone: 1.11.0
Component: ui.datepicker Version: 1.8.17
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by scott.gonzalez) (diff)

Hi, Since version jqueryui 1.8.17, the drop-down calendar fails,when showAnim is set "blind". Note: That is possible that bug is in animation, but not in datepicker.

Thanks, Viktor

Change History

comment:1 Changed 12 months ago by scott.gonzalez

  • Status changed from new to open
  • Description modified (diff)

comment:2 Changed 11 months ago by mrozik

Hi,

I changed example and add duration param to datepicker:

 http://jsfiddle.net/DtXq2/1/

This is helpfull to understand what is going wrong. I think problem is with stop() function:

$.datepicker._curInst.dpDiv.stop(true, true);

It doesn't fire animation callbacks immediatelly.

Will study it further.

mrozik

Last edited 11 months ago by mrozik (previous) (diff)

comment:3 Changed 11 months ago by mrozik

After deeper investigation of the stop() function, the conclusion is that stop(true, true) function cannot properly stop effects which involve wrapper (blind, explode...). This ticket is related to http://bugs.jqueryui.com/ticket/7612, http://bugs.jqueryui.com/ticket/7123 and maybe more...

comment:4 Changed 8 months ago by scott.gonzalez

  • Milestone changed from 1.9.0 to 1.11.0

comment:5 Changed 4 months ago by tj.vantoll

  • Summary changed from Drop down calendar fails for second datepicker when showAnim:'blind' to Datepicker: calendar clipped for second datepicker when showAnim:'blind'

Still an issue in master -  http://jsfiddle.net/tj_vantoll/DtXq2/2/. This might be solved by the effects changes if this is related to #7123.

comment:6 Changed 2 months ago by tj.vantoll

  • Summary changed from Datepicker: calendar clipped for second datepicker when showAnim:'blind' to Datepicker: Issues using showAnim on multiple datepickers

There are issues with multiple effects so I thought I'd make this ticket a little more generic. Here's a test case where you can choose the effect used:  http://jsfiddle.net/tj_vantoll/LvFTC/. To see the issue choose an effect, give focus to the first text box, then the second.

The following effects have issues of some sort: blind, bounce, explode, fold, shake

comment:7 Changed 2 months ago by tj.vantoll

#9176 is a duplicate of this ticket.

Note: See TracTickets for help on using tickets.