jonghwihwang / jquery-swip

Automatically exported from code.google.com/p/jquery-swip
0 stars 0 forks source link

Solution to: Opens multiple instances of iframed content with mutliple vertical scroll bars #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. insert dom window demo 3
2. insert a second instance of dom window demo 3 on the same page
3. In my case, the dom window was nested within a horizontal javascript 
accordion widget, which was nested inside a vertical spry javascript 
accordion menu.  Not sure if that was the cause.

Here's where it was... http://www.austinwebanddesign.com/index-1.html

What is the expected output? What do you see instead?
Should open an iframed dom window.  Instead, opens multiple iterations of 
the iframed content within one Dom Window.  The quantity of the iterations 
is equal to the number of following instances of dom window on the page.

Solved it by taking out just the number of the loader in the html.  That 
line now just reads:    loader:,    

I have no idea why/how that works, and Dreamweaver  is telling me I have a 
syntax error, but the code functions in IE6 and Chrome.

Original issue reported on code.google.com by isaacsim...@gmail.com on 13 Apr 2010 at 3:04

GoogleCodeExporter commented 8 years ago
IMPORTANT:  I just noticed this.  Take out all the loader numbers in your 
instances of 
the domwindow code except leave in the loader number in the very last domwindow 
code 
instance on your page.  That one needs to stay. 

Original comment by isaacsim...@gmail.com on 14 Apr 2010 at 2:48