Re: Fusebox & IFrame Bug

2006-01-10 Thread John Beynon
http://john.beynon.org.uk/index.cfm/2005/1/18/framesets-and-Fusebox-41


On 1/10/06, John Beynon <[EMAIL PROTECTED]> wrote:
> I have an entry on my blog concerning it -
>
> http://john.beynon.org.uk/index.cfm/2005/1/18/framesets-and-Fusebox-41
>
> :)
>
> On 1/10/06, Kevin Penny <[EMAIL PROTECTED]> wrote:
> > You the man John -
> >
> > Thanks a ton - (is this documented anywhere? - Known issues?)

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229098
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fusebox & IFrame Bug

2006-01-10 Thread John Beynon
I have an entry on my blog concerning it -

http://john.beynon.org.uk/index.cfm/2005/1/18/framesets-and-Fusebox-41

:)

On 1/10/06, Kevin Penny <[EMAIL PROTECTED]> wrote:
> You the man John -
>
> Thanks a ton - (is this documented anywhere? - Known issues?)
>
> -Original Message-
> From: John Beynon [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 10, 2006 10:04 AM
> To: CF-Talk
> Subject: Re: Fusebox & IFrame Bug
>
> you'll get the same behaviour using normal frames too - the problem is the
> two requests are running and one request overwrites the application stored
> structure - if you change the mode from development to production the
> problem will go away as the application structure will not be recreated on
> every request,
>
> john.
>
> >Weird, do you have any variable locking  problems where two concurrent
> >page requests from the same session are hitting heads?
> >
> >What happens if you type the address of the iframe in the main url and
> >load that page by itself?
> >
> >Is there any "#" or "&" characters getting in the iframe src that could
> >be screwing with the iframe's url parameters?
> >
> >~Brad
> >
> >-Original Message-
> >From: Kevin Penny [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, January 10, 2006 10:12 AM
> >To: CF-Talk
> >Subject: Fusebox & IFrame Bug
> >
> >Not sure who to blame on this one but what I'm finding is that when
> >using
> >FuseBox 4.1 framework I have a page that has an Iframe in the middle of
> >it
> >which shows another page from the framework -
> >
> >
> >
> >When the entire page is loaded all at once, I'll get random
> >Framework/Fusebox errors within the Iframe window Every Time the main
> >page
> >is loaded
> >
> >
> >
> >
> >I.e. Element FUSEBOX.FUSEACTIONVARIABLE is undefined in APPLICATION
> >
> >
> >
> >
> >Or other errors that seem to come from my application -
> >
> >
> >
> >Process is:
> >
> >a.   User navigates to URL index.cfm?fuse=x.y
> >
> >b.  Page is loaded and has an embedded Iframe which calls
> >index.cfm?fuse=x.z
> >
> >c.   Iframe area always throws a Fusebox type error in the window
> >instead of properly loading index.cfm?fuse=x.z
> >
> >d.  I right click and reload Iframe window - works fine every time.
> >
> >
> >
> >
> >
> >So I right click and refresh/reload the IFRame all by itself, the page
> >comes
> >up fine, the url is the same and no errors ever.
> >
> >
> >
> >It's like there's some sort of 'conflict' for the framework call when
> >there
> >is a fusebox page that has an Iframe embedded in itself which calls
> >another
> >framework circuit.
> >
> >
> >
> >Anyone ever encounter this before or know of a work around? (Other than
> >putting the IFRame page call outside of the Framework)
> >
> >
> >
> >
> >
> >Thanks
> >
> >
> >
> >Kevin Penny, MMCP
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fusebox & IFrame Bug

2006-01-10 Thread Kevin Penny
You the man John - 

Thanks a ton - (is this documented anywhere? - Known issues?)

-Original Message-
From: John Beynon [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 10, 2006 10:04 AM
To: CF-Talk
Subject: Re: Fusebox & IFrame Bug

you'll get the same behaviour using normal frames too - the problem is the
two requests are running and one request overwrites the application stored
structure - if you change the mode from development to production the
problem will go away as the application structure will not be recreated on
every request,

john.

>Weird, do you have any variable locking  problems where two concurrent
>page requests from the same session are hitting heads?
>
>What happens if you type the address of the iframe in the main url and
>load that page by itself?
>
>Is there any "#" or "&" characters getting in the iframe src that could
>be screwing with the iframe's url parameters?
>
>~Brad
>
>-Original Message-
>From: Kevin Penny [mailto:[EMAIL PROTECTED] 
>Sent: Tuesday, January 10, 2006 10:12 AM
>To: CF-Talk
>Subject: Fusebox & IFrame Bug
>
>Not sure who to blame on this one but what I'm finding is that when
>using
>FuseBox 4.1 framework I have a page that has an Iframe in the middle of
>it
>which shows another page from the framework - 
>
> 
>
>When the entire page is loaded all at once, I'll get random
>Framework/Fusebox errors within the Iframe window Every Time the main
>page
>is loaded 
>
> 
>
>
>I.e. Element FUSEBOX.FUSEACTIONVARIABLE is undefined in APPLICATION
>
>
> 
>
>Or other errors that seem to come from my application - 
>
> 
>
>Process is:
>
>a.   User navigates to URL index.cfm?fuse=x.y
>
>b.  Page is loaded and has an embedded Iframe which calls
>index.cfm?fuse=x.z
>
>c.   Iframe area always throws a Fusebox type error in the window
>instead of properly loading index.cfm?fuse=x.z
>
>d.  I right click and reload Iframe window - works fine every time.
>
> 
>
> 
>
>So I right click and refresh/reload the IFRame all by itself, the page
>comes
>up fine, the url is the same and no errors ever.
>
> 
>
>It's like there's some sort of 'conflict' for the framework call when
>there
>is a fusebox page that has an Iframe embedded in itself which calls
>another
>framework circuit.
>
> 
>
>Anyone ever encounter this before or know of a work around? (Other than
>putting the IFRame page call outside of the Framework)
>
> 
>
> 
>
>Thanks
>
> 
>
>Kevin Penny, MMCP



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229065
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fusebox & IFrame Bug

2006-01-10 Thread John Beynon
you'll get the same behaviour using normal frames too - the problem is the two 
requests are running and one request overwrites the application stored 
structure - if you change the mode from development to production the problem 
will go away as the application structure will not be recreated on every 
request,

john.

>Weird, do you have any variable locking  problems where two concurrent
>page requests from the same session are hitting heads?
>
>What happens if you type the address of the iframe in the main url and
>load that page by itself?
>
>Is there any "#" or "&" characters getting in the iframe src that could
>be screwing with the iframe's url parameters?
>
>~Brad
>
>-Original Message-
>From: Kevin Penny [mailto:[EMAIL PROTECTED] 
>Sent: Tuesday, January 10, 2006 10:12 AM
>To: CF-Talk
>Subject: Fusebox & IFrame Bug
>
>Not sure who to blame on this one but what I'm finding is that when
>using
>FuseBox 4.1 framework I have a page that has an Iframe in the middle of
>it
>which shows another page from the framework - 
>
> 
>
>When the entire page is loaded all at once, I'll get random
>Framework/Fusebox errors within the Iframe window Every Time the main
>page
>is loaded 
>
> 
>
>
>I.e. Element FUSEBOX.FUSEACTIONVARIABLE is undefined in APPLICATION
>
>
> 
>
>Or other errors that seem to come from my application - 
>
> 
>
>Process is:
>
>a.   User navigates to URL index.cfm?fuse=x.y
>
>b.  Page is loaded and has an embedded Iframe which calls
>index.cfm?fuse=x.z
>
>c.   Iframe area always throws a Fusebox type error in the window
>instead of properly loading index.cfm?fuse=x.z
>
>d.  I right click and reload Iframe window - works fine every time.
>
> 
>
> 
>
>So I right click and refresh/reload the IFRame all by itself, the page
>comes
>up fine, the url is the same and no errors ever.
>
> 
>
>It's like there's some sort of 'conflict' for the framework call when
>there
>is a fusebox page that has an Iframe embedded in itself which calls
>another
>framework circuit.
>
> 
>
>Anyone ever encounter this before or know of a work around? (Other than
>putting the IFRame page call outside of the Framework)
>
> 
>
> 
>
>Thanks
>
> 
>
>Kevin Penny, MMCP

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fusebox & IFrame Bug

2006-01-10 Thread Brad Wood
Weird, do you have any variable locking  problems where two concurrent
page requests from the same session are hitting heads?

What happens if you type the address of the iframe in the main url and
load that page by itself?

Is there any "#" or "&" characters getting in the iframe src that could
be screwing with the iframe's url parameters?

~Brad

-Original Message-
From: Kevin Penny [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 10, 2006 10:12 AM
To: CF-Talk
Subject: Fusebox & IFrame Bug

Not sure who to blame on this one but what I'm finding is that when
using
FuseBox 4.1 framework I have a page that has an Iframe in the middle of
it
which shows another page from the framework - 

 

When the entire page is loaded all at once, I'll get random
Framework/Fusebox errors within the Iframe window Every Time the main
page
is loaded 

 


I.e. Element FUSEBOX.FUSEACTIONVARIABLE is undefined in APPLICATION


 

Or other errors that seem to come from my application - 

 

Process is:

a.   User navigates to URL index.cfm?fuse=x.y

b.  Page is loaded and has an embedded Iframe which calls
index.cfm?fuse=x.z

c.   Iframe area always throws a Fusebox type error in the window
instead of properly loading index.cfm?fuse=x.z

d.  I right click and reload Iframe window - works fine every time.

 

 

So I right click and refresh/reload the IFRame all by itself, the page
comes
up fine, the url is the same and no errors ever.

 

It's like there's some sort of 'conflict' for the framework call when
there
is a fusebox page that has an Iframe embedded in itself which calls
another
framework circuit.

 

Anyone ever encounter this before or know of a work around? (Other than
putting the IFRame page call outside of the Framework)

 

 

Thanks

 

Kevin Penny, MMCP

 

 

 

 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229042
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54