google-code-export / nyromodal

Automatically exported from code.google.com/p/nyromodal
1 stars 1 forks source link

nyroModal gallery error with jQuery UI Sortable plugin #459

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Apply .sortable() plugin to an element
2. Include some anchors with a gallery class "nyroModal" in the previous 
element
3. Launch the gallery (some images for ex), try to navigate from one image 
to another 

What is the expected output? What do you see instead?
Navigation doesn't work, an "Error: Out of stack space" is raised instead 
(IE8).

Please use labels and text to provide additional information.
After failling to make my code work, I used the demo.html example from 
nyroModal-1.6.1, just enclosed all elements in a div while calling sortable 
on that. The problem becomes visible with the Gallery Imgs.

Original issue reported on code.google.com by radusome...@gmail.com on 9 Apr 2010 at 2:28

GoogleCodeExporter commented 9 years ago
The problem might the binding which use the standard click element.
Instead you might consider remove the class="nyroModal" and use a delegate 
binding to
open the modal.

Original comment by nyro...@gmail.com on 17 Apr 2010 at 9:54