10446 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 582 Views |
-
Flickr Gallery IE Bug

26 April 2011 at 8:20pm
finding misconduct in the operation of Prew, to open the pop-up I have to click several times, the problem is found in IE 8, Mozilla is OK
judge: http://www.luigimontoro.it
Can anyone help me?
Thanks in advance
-
Re: Flickr Gallery IE Bug

27 April 2011 at 2:52am Last edited: 27 April 2011 2:53am
I think that you might need to go to line 1233 of /flickrservice/javascript/lightwindow.js and replace...
if (!(typeof $('lightwindow_image_'+i).naturalWidth != "undefined" && $('lightwindow_image_'+i).naturalWidth == 0)) {
with
if (!(typeof $('lightwindow_image_'+i).naturalWidth != "undefined" && $('lightwindow_image_'+i).naturalWidth != 0)) {
If this works in all browsers, please report back and I'll submit a patch. If not, please report back and we can check the rest of the logic in that section of code.
-
Re: Flickr Gallery IE Bug

2 May 2011 at 4:36am
I made the change but nothing has changed, but see for yourself
| 582 Views | ||
|
Page:
1
|
Go to Top |


