Opened 11 years ago

Last modified 9 years ago

#8393 open bug

Datepicker: Issues using showAnim on multiple datepickers

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

Description (last modified by Scott González)

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 (9)

comment:1 Changed 11 years ago by Scott González

Description: modified (diff)
Status: newopen

comment:2 Changed 11 years 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

Version 0, edited 11 years ago by mrozik (next)

comment:3 Changed 11 years 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 11 years ago by Scott González

Milestone: 1.9.01.11.0

comment:5 Changed 11 years ago by tj.vantoll

Summary: Drop down calendar fails for second datepicker when showAnim:'blind'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 11 years ago by tj.vantoll

Summary: Datepicker: calendar clipped for second datepicker when showAnim:'blind'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 11 years ago by tj.vantoll

#9176 is a duplicate of this ticket.

comment:8 Changed 9 years ago by Scott González

Milestone: 1.11.0none

comment:9 Changed 9 years ago by Scott González

Keywords: rewrite added
Note: See TracTickets for help on using tickets.