Fusion with FF3

3 messages Options
Embed this post
Permalink
Alan Boudreault

Fusion with FF3

Reply Threaded More More options
Print post
Permalink
Hi,

Are you getting the same error than me if you open a fusion page in
firefox 3 ?

invalid 'in' operand console
-undefined
jx_combined.js (line 5845)

This is probably not a big problem......but i'm wondering why my page
doesnt work and this one seems to work: http://atlas.2c1forest.org/maps.html

Alan

--
Alan Boudreault
Mapgears
http://www.mapgears.com

_______________________________________________
fusion-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-dev
Paul Spencer-2

Re: Fusion with FF3

Reply Threaded More More options
Print post
Permalink
I was just using ff3 and it was working fine, now I am getting this  
same error on another fusion page.  The problem seems to be one of  
timing - "console" in window returns true and "firebug" in console  
returns true when I try it while the script is stopped, but obviously  
at the time of the actual test, console is not actually defined.

I'll try to come up with a quick fix (like using "firebug" in  
window.console)

Cheers

Paul

On 2-Jul-08, at 10:04 AM, Alan Boudreault wrote:

> Hi,
>
> Are you getting the same error than me if you open a fusion page in  
> firefox 3 ?
>
> invalid 'in' operand console
> -undefined
> jx_combined.js (line 5845)
>
> This is probably not a big problem......but i'm wondering why my  
> page doesnt work and this one seems to work: http://atlas.2c1forest.org/maps.html
>
> Alan
>
> --
> Alan Boudreault
> Mapgears
> http://www.mapgears.com
>
> _______________________________________________
> fusion-dev mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-dev


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://www.dmsolutions.ca/

_______________________________________________
fusion-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-dev
Paul Spencer-2

Re: Fusion with FF3

Reply Threaded More More options
Print post
Permalink
I think that this test should be conducted a bit later in the page  
load, either in the onload event or the new domready event that these  
frameworks are starting to use.  I've modify jx to do the console  
thing in the onload of the page for now.  Change is in latest svn/
trunk of Fusion.

Cheers

Paul

On 2-Jul-08, at 1:43 PM, Paul Spencer wrote:

> I was just using ff3 and it was working fine, now I am getting this  
> same error on another fusion page.  The problem seems to be one of  
> timing - "console" in window returns true and "firebug" in console  
> returns true when I try it while the script is stopped, but  
> obviously at the time of the actual test, console is not actually  
> defined.
>
> I'll try to come up with a quick fix (like using "firebug" in  
> window.console)
>
> Cheers
>
> Paul
>
> On 2-Jul-08, at 10:04 AM, Alan Boudreault wrote:
>
>> Hi,
>>
>> Are you getting the same error than me if you open a fusion page in  
>> firefox 3 ?
>>
>> invalid 'in' operand console
>> -undefined
>> jx_combined.js (line 5845)
>>
>> This is probably not a big problem......but i'm wondering why my  
>> page doesnt work and this one seems to work: http://atlas.2c1forest.org/maps.html
>>
>> Alan
>>
>> --
>> Alan Boudreault
>> Mapgears
>> http://www.mapgears.com
>>
>> _______________________________________________
>> fusion-dev mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/fusion-dev
>
>
> __________________________________________
>
>   Paul Spencer
>   Chief Technology Officer
>   DM Solutions Group Inc
>   http://www.dmsolutions.ca/
>
> _______________________________________________
> fusion-dev mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-dev


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://www.dmsolutions.ca/

_______________________________________________
fusion-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-dev