Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bug: removes iframes, even if type is not set to iFrame
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mike nicholaides  
View profile  
 More options Sep 12 2011, 3:10 pm
From: mike nicholaides <mike.nicholai...@gmail.com>
Date: Mon, 12 Sep 2011 12:10:29 -0700 (PDT)
Local: Mon, Sep 12 2011 3:10 pm
Subject: Bug: removes iframes, even if type is not set to iFrame
I'm using Fancybox to display HTML content that happens to have an
iframe in it. When fancybox closes, it removes the iframe, which
prevents it from displaying it the next time the user clicks the link.

To fix this bug, in line 946, I changed:

content.find('iframe')

to

content.find('iframe#fancybox-frame')

Thanks,
Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JFK  
View profile  
 More options Sep 15 2011, 3:13 pm
From: JFK <jfk.d...@gmail.com>
Date: Thu, 15 Sep 2011 12:13:47 -0700 (PDT)
Local: Thurs, Sep 15 2011 3:13 pm
Subject: Re: Bug: removes iframes, even if type is not set to iFrame
very interesting
I will run further tests and suggest a fix for this issue in a future
release
other related posts and workarounds
http://groups.google.com/group/fancybox/browse_thread/thread/d7321b9a...
http://groups.google.com/group/fancybox/browse_thread/thread/1fd249d5...

On Sep 12, 12:10 pm, mike nicholaides <mike.nicholai...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gilma Izaguirre  
View profile  
 More options Jul 13 2012, 1:12 am
From: Gilma Izaguirre <gilma.izagui...@gmail.com>
Date: Thu, 12 Jul 2012 22:12:34 -0700 (PDT)
Local: Fri, Jul 13 2012 1:12 am
Subject: Re: Bug: removes iframes, even if type is not set to iFrame

Hi... i have a little trouble using php, form and iframe of fancybox. The
first, I did a query of my database and use while to did a repeater, next i
called a iframe (various3) with fancybox, on the iframe i called a little
form. Now the trouble, the call works only with the first result of WHILE
in the case 2, 3.... etc don't works,

I to know when use iframe, needs create one VARIOUS on the script to each
call (a href...) but in this case the result of WHILE maybe bring me
infinite results and it's imposible create infinite scripts VARIOUS to each
result.

Can you helpme, every idea it's welcome! THANKS !!!

El lunes, 12 de septiembre de 2011 13:10:29 UTC-6, mike nicholaides
escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Wilson  
View profile  
 More options Jul 13 2012, 8:33 am
From: Jan Wilson <jan256wil...@gmail.com>
Date: Fri, 13 Jul 2012 06:33:36 -0600
Local: Fri, Jul 13 2012 8:33 am
Subject: Re: Bug: removes iframes, even if type is not set to iFrame
Are you using an id as a selector?  If so, each HTML element (such as
<iframe>) needs to have its own unique id.  If you have more than one
element, you should use class instead of id.  You can have many elements
with the same class.  This is basic HTML and CSS, having very little to
do with Fancybox.

If it is something else, a link to your page, or to a test page
somewhere that demonstrates the problem would be helpful.

--
Jan Wilson

On 07/12/2012 11:12 PM, Gilma Izaguirre wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gilma Izaguirre  
View profile  
 More options Jul 13 2012, 1:50 pm
From: Gilma Izaguirre <gilma.izagui...@gmail.com>
Date: Fri, 13 Jul 2012 10:50:35 -0700 (PDT)
Local: Fri, Jul 13 2012 1:50 pm
Subject: Re: Bug: removes iframes, even if type is not set to iFrame

Thanks to response... i'm new, and don't have some much expirience...any
way....

I'm using ID as selector because the example with <iframe> say that... can
you read my code... i write a little if can you help me... THNKS SOO MUCH!

//while($line= $paging->fetchRes()) {
<a id="various5" href="pdestino.php?id=<?php echo $line ["id"]; ?>">
<img src="images/v/<?php echo $line ["img"]; ?>" border="none" width="136"
height="110" />
</a>

}

El viernes, 13 de julio de 2012 06:33:36 UTC-6, linuxbz escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gilma Izaguirre  
View profile  
 More options Jul 13 2012, 2:27 pm
From: Gilma Izaguirre <gilma.izagui...@gmail.com>
Date: Fri, 13 Jul 2012 11:27:17 -0700 (PDT)
Local: Fri, Jul 13 2012 2:27 pm
Subject: Re: Bug: removes iframes, even if type is not set to iFrame

JOHNPRO, thanks i try use CLASS instead of ID if anybody needs...

$(".various5").fancybox({
'width' : '40%',
'height' : '60%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'

});

and call it

<a class="various5"  ...> </a>

El viernes, 13 de julio de 2012 11:50:35 UTC-6, Gilma Izaguirre escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »