google-code-export / fancybox

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

Fancybox initialised once #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Lazy loading jquery and fancybox on a client's page/website
2. On a window.load event initialize the Fancybox library
3. JQuery and fancy box seem to be loaded the first time. The issue is if I 
press ctrl + F5 which clears my cache and loads a new page then my fancybox is 
not initialised. Pressing F5 is not an issue becoz tha page is called from 
cache.

What is the expected output? What do you see instead?

pictures should display in a fancybox style of which the do only in firefox. 
instead the image overlay is opened on another wondow without the close button

What version of the product are you using? On what operating system?

fancybox v2.x

Please provide any additional information below.

The idea is to create a widget that is provided to a client enclosed in no 
DOCTYPE definition except the div and images a user request. The solution was 
to manipulate the end-user's Website DOM where the widget will be include so 
that that JQuery and fancybox are included taking into consideration the no 
conflict mode.

Original issue reported on code.google.com by sikoluya...@gmail.com on 12 Apr 2013 at 10:18

Attachments: