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 )
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
Description: | modified (diff) |
---|---|
Status: | new → open |
comment:2 Changed 11 years ago by
Hi,
I changed example and add duration param to datepicker:
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
comment:3 Changed 11 years ago by
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
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:5 Changed 11 years ago by
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
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:8 Changed 9 years ago by
Milestone: | 1.11.0 → none |
---|
comment:9 Changed 9 years ago by
Keywords: | rewrite added |
---|
http://jsfiddle.net/DtXq2/