Latest News: (loading..)
Issue Information
-
#000577
-
0 - None Assigned
-
New
-
2.4
-
-
Issue Confirmations
-
Yes (0)No (0)
Argh
looks like target="_blank" deprecated in <a> anchors.... fancybox broken
Chrome and Safary cant render bxGallery...
maybe <img width="" height=""> problem
probably need image resize contribution.
looks like target="_blank" deprecated in <a> anchors.... fancybox broken
Chrome and Safary cant render bxGallery...
probably need image resize contribution.
Hi Gergely, the correct way is (example):
<a href="http://www.u2commerce.com/index.php" onclick="window.open(this.href); return false;">www.u2commerce.com</a>
Cheers!
Sara
<a href="http://www.u2commerce.com/index.php" onclick="window.open(this.href); return false;">www.u2commerce.com</a>
Cheers!
Sara
Hi Sara,
in HTML 5 need more changes. We use jQuery 1.9.1 library.
http://www.picssel.com/playground/jquery/fancybox/jquery.fancybox-1.3.4_patch.zip
works like a charm
http://v24.oscom.hu/index.php?product_info&cPath=21&products_id=28
I am working on next image width and height for rendering in Chrome and Safari
in HTML 5 need more changes. We use jQuery 1.9.1 library.
http://www.picssel.com/playground/jquery/fancybox/jquery.fancybox-1.3.4_patch.zip
works like a charm
http://v24.oscom.hu/index.php?product_info&cPath=21&products_id=28
I am working on next image width and height for rendering in Chrome and Safari
Looks like with 1.9.1 jquery come back bad $obj object if fancybox navigated from inline contents.
reference debug reports:
jQuery 1.8.0
jQuery 1.9.1
reference debug reports:
jQuery 1.8.0
Quote
type: (new String("inline"))
obj: (new String("#piGalimg_4"))
$(obj): ({length:1, 0:({}), context:({}), selector:"#piGalimg_4"})
obj: (new String("#piGalimg_4"))
$(obj): ({length:1, 0:({}), context:({}), selector:"#piGalimg_4"})
jQuery 1.9.1
Quote
type: (new String("ajax"))
obj: (new String("#piGalimg_4"))
$(obj): ({context:({}), selector:"#piGalimg_4"})
obj: (new String("#piGalimg_4"))
$(obj): ({context:({}), selector:"#piGalimg_4"})









