Export to GitHub

nyromodal - issue #417

Gallery defect in jQuery 1.4


Posted on Jan 22, 2010 by Happy Camel

What steps will reproduce the problem? 1. Create a gallery nyroModal 2. Click previous or next 3. Error occured

What is the expected output? What do you see instead? Expected: Load previous / next image Actual result: Keep showing loading image.

What version of the product are you using? On what operating system? When I switch to jQuery 1.3.2. It works fine

Please provide any additional information below.

Comment #1

Posted on Jan 30, 2010 by Massive Dog

I'm also facing the same problem with jquery 1.4.1. You can't call for a modal window from a modal window. It was working fine in jquery 1.3.2 but not with the latest release!

Comment #2

Posted on Feb 1, 2010 by Swift Panda

The problem comes from the name of a setting : css. Because it's the same name as a jQuery function, it's now overwritten with jQuery 1.4.

In the next release (coming soon I hope), this option will be renamed as cssOpt and this bug will be fixed.

Comment #3

Posted on Feb 8, 2010 by Happy Lion

running into this now as well - is there a work around for this, until a new release comes out?

thanks!!

Comment #4

Posted on Feb 12, 2010 by Quick Lion

When do you plan to release new version compatible with jQuery 1.4.1 ?

Comment #5

Posted on Feb 12, 2010 by Swift Panda

testing in progress. Maybe today if everything is going well or this week-end.

Comment #6

Posted on Feb 12, 2010 by Swift Panda

Issue 428 has been merged into this issue.

Comment #7

Posted on Feb 15, 2010 by Swift Panda

nyroModal 1.6.0 is now released and should fix this issue.

Status: Fixed