#6756 closed bug (fixed)
Dialog: show: "blind" with link in content doesn't animate properly
Reported by: | mjrjweb | Owned by: | mjrjweb |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.1 |
Component: | ui.dialog | Version: | 1.8.4 |
Keywords: | animation | Cc: | |
Blocked by: | Blocking: |
Description
Blind effect on open (show) does not seem to go smoothly if there is a link in the dialog box. Previous version of jquery ui worked fine with link inside.
Did some testing and found that links in dialog work find with blind effect UNTIL jquery ui version 1.8.4.
I used latest version of jquery core.
Linkhttp://www.jensbits.com/demos/dialoglink.htm
Change History (12)
comment:1 Changed 12 years ago by
Keywords: | animation added |
---|
comment:2 Changed 12 years ago by
Status: | new → open |
---|
comment:3 Changed 12 years ago by
Summary: | Link in dialog causes animation error with blind effect on open → Dialog: show: "blind" with link in content doesn't animate properly |
---|
comment:4 Changed 11 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
Owner: | set to mjrjweb |
---|---|
Status: | open → pending |
In that case, I'll set this to pending on the off chance the OP has some repro steps. Mrjrweb, can you provide us more details?
comment:7 Changed 11 years ago by
The demo uses "latest" versions from the CDN, so its very likely that this was an issue 14 months ago and got fixed by now.
comment:8 Changed 11 years ago by
Status: | pending → open |
---|
Here's a proper test case: http://jsfiddle.net/mY9E2/ The animation is different because the dialog is shifted to make the focused anchor visible.
comment:9 Changed 11 years ago by
Chrome shows the animation as expected, all other browsers seem to have the same behavior.
comment:10 Changed 10 years ago by
Milestone: | 1.10.0 → none |
---|
comment:11 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Dialog: Move call to _focusTabbable and triggering of open and focus events into the _show callback. Fixes #6756 - Dialog: show: "blind" with link in content doesn't animate properly. Fixes #8051 - Dialog: 'Explode' dialog animation causes crash in IE 6, 7 and 8. Fixes #4421 - Dialog: Focus lost from dialog which uses show-effect
Changeset: d1505e3434ef99e0068347a5e8179a0ffd737676
comment:12 Changed 10 years ago by
Milestone: | none → 1.10.1 |
---|
This seems to work fine, not seeing any issue.