Re: [5.4] In Firefox, loading a page never finishes (hangs at the pageloading-mask)

2014-11-06 Thread martijn.list
On 11/05/2014 10:22 PM, Chris Mylonas wrote:
> Looks like a js file is not being included, or has been included in the
> wrong order
> ".is not a function" is trying to call a function defined later.
> 
> Have you got custom js?

The pages are really basic. Most pages do not have custom js.

> Is any html being delivered (view page source)

Yes and Javascript as well. The problem is that after some it seems to
be working again and I did not find a way to reproduce it. I'm just
guessing but it might be caused by some aggressive caching of FF. If I
have the same problem again I'll try to investigate further

Kind regards,

Martijn


> 
> 
> 
> On Wed, 05 Nov 2014 20:54:42 +1100, martijn.list
>  wrote:
> 
>> Whenever I open a page in Firefox, the page always hangs showing the
>> pageloading-mask (the wait while loading indicator). This only happens
>> when Javascript is enabled and only on Firefox. My pages work perfectly
>> on Chrome. This happened before with a really basic page and somehow it
>> started working (not sure why). Now however I'm again stuck at the page
>> loading phase. I tried deleting FF cache and restarting FF but this did
>> not solve it.
>>
>> FF error console mostly reports CSS warnings/erros but there is also a
>> Javascript error (not sure whether this has anything todo with it
>> though):
>>
>> Timestamp: 11/05/2014 10:51:50 AM
>> Error: TypeError: this.element.readAttribute is not a function
>> Source File:
>> http://localhost:8080/ciphermail-subscription-server/modules.gz/t5/core/dom.js
>>
>> Line: 137
>>
>> Using FF 33 on Ubuntu 12.04 and Tapestry 5.4 beta 22
>>
>> Any idea what might be the cause of getting stuck while loading?
>>
>> Kind regards,
>>
>> Martijn Brinkers
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
> 
> 


-- 
CipherMail email encryption

Open source email encryption gateway with support for S/MIME, OpenPGP
and PDF messaging.

http://www.ciphermail.com

Twitter: http://twitter.com/CipherMail

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [5.4] In Firefox, loading a page never finishes (hangs at the pageloading-mask)

2014-11-06 Thread martijn.list
On 11/05/2014 11:41 AM, Charlouze wrote:
> Hey,
> 
> I had similar problem when using both prototype and jquery. (prototype is
> the default infrastructure provider)
> 
> I add the code below to solve my problems :
> configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
> "jquery");
> 
> Is this helping ?

I already have this in my module so unfortunately this was does not
solve it  :(

Kind regards,

Martijn


> 
> 2014-11-05 10:54 GMT+01:00 martijn.list :
> 
>> Whenever I open a page in Firefox, the page always hangs showing the
>> pageloading-mask (the wait while loading indicator). This only happens
>> when Javascript is enabled and only on Firefox. My pages work perfectly
>> on Chrome. This happened before with a really basic page and somehow it
>> started working (not sure why). Now however I'm again stuck at the page
>> loading phase. I tried deleting FF cache and restarting FF but this did
>> not solve it.
>>
>> FF error console mostly reports CSS warnings/erros but there is also a
>> Javascript error (not sure whether this has anything todo with it though):
>>
>> Timestamp: 11/05/2014 10:51:50 AM
>> Error: TypeError: this.element.readAttribute is not a function
>> Source File:
>>
>> http://localhost:8080/ciphermail-subscription-server/modules.gz/t5/core/dom.js
>> Line: 137
>>
>> Using FF 33 on Ubuntu 12.04 and Tapestry 5.4 beta 22
>>
>> Any idea what might be the cause of getting stuck while loading?
>>
>> Kind regards,
>>
>> Martijn Brinkers
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
> 


-- 
CipherMail email encryption

Open source email encryption gateway with support for S/MIME, OpenPGP
and PDF messaging.

http://www.ciphermail.com

Twitter: http://twitter.com/CipherMail

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [5.4] In Firefox, loading a page never finishes (hangs at the pageloading-mask)

2014-11-05 Thread Chris Mylonas
Looks like a js file is not being included, or has been included in the  
wrong order

".is not a function" is trying to call a function defined later.

Have you got custom js?

Is any html being delivered (view page source)



On Wed, 05 Nov 2014 20:54:42 +1100, martijn.list   
wrote:



Whenever I open a page in Firefox, the page always hangs showing the
pageloading-mask (the wait while loading indicator). This only happens
when Javascript is enabled and only on Firefox. My pages work perfectly
on Chrome. This happened before with a really basic page and somehow it
started working (not sure why). Now however I'm again stuck at the page
loading phase. I tried deleting FF cache and restarting FF but this did
not solve it.

FF error console mostly reports CSS warnings/erros but there is also a
Javascript error (not sure whether this has anything todo with it  
though):


Timestamp: 11/05/2014 10:51:50 AM
Error: TypeError: this.element.readAttribute is not a function
Source File:
http://localhost:8080/ciphermail-subscription-server/modules.gz/t5/core/dom.js
Line: 137

Using FF 33 on Ubuntu 12.04 and Tapestry 5.4 beta 22

Any idea what might be the cause of getting stuck while loading?

Kind regards,

Martijn Brinkers


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




--
Using Opera's mail client: http://www.opera.com/mail/

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [5.4] In Firefox, loading a page never finishes (hangs at the pageloading-mask)

2014-11-05 Thread Charlouze
Hey,

I had similar problem when using both prototype and jquery. (prototype is
the default infrastructure provider)

I add the code below to solve my problems :
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
"jquery");

Is this helping ?

2014-11-05 10:54 GMT+01:00 martijn.list :

> Whenever I open a page in Firefox, the page always hangs showing the
> pageloading-mask (the wait while loading indicator). This only happens
> when Javascript is enabled and only on Firefox. My pages work perfectly
> on Chrome. This happened before with a really basic page and somehow it
> started working (not sure why). Now however I'm again stuck at the page
> loading phase. I tried deleting FF cache and restarting FF but this did
> not solve it.
>
> FF error console mostly reports CSS warnings/erros but there is also a
> Javascript error (not sure whether this has anything todo with it though):
>
> Timestamp: 11/05/2014 10:51:50 AM
> Error: TypeError: this.element.readAttribute is not a function
> Source File:
>
> http://localhost:8080/ciphermail-subscription-server/modules.gz/t5/core/dom.js
> Line: 137
>
> Using FF 33 on Ubuntu 12.04 and Tapestry 5.4 beta 22
>
> Any idea what might be the cause of getting stuck while loading?
>
> Kind regards,
>
> Martijn Brinkers
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>