jonghwihwang / jquery-swip

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

IE & Chrome issue - Not multiple instanaces #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening multiples popup in IE & Chrome
2.
3.

What is the expected output? What do you see instead?
That each time i click a link it reopens another brand new page BUT INSTEAD in 
IE & Chrome if a popup already opened, it will take the one already opened and 
not a new one.

What version of the product are you using? On what operating system?
I don't see any version jquery.popupWindow.js , run on win xp

Please provide any additional information below.
$("a.upload_file").popupWindow({ 
                height:500, 
                width:550, 
                top:50, 
                left:50,
                resizable:0,
                scrollbars:1
        }); 

Thanks in advance

Original issue reported on code.google.com by lucia.pe...@gmail.com on 27 Oct 2011 at 12:34