Ext


Go Back   Ext JS Forums > Ext JS Community Forums (1.x) [Unsupported] > Ext 1.x: Bugs

Reply
 
Thread Tools
  #1  
Old 04-18-2007, 04:29 AM
Wolfgang's Avatar
Wolfgang Wolfgang is offline
Ext User
 
Join Date: Mar 2007
Posts: 465
Wolfgang is on a distinguished road
Default Errormessage in Firebug: NS_ERROR_XPC_JS_THREW_STRING

From time to time, i hget the following message in Firebug. Unfortunately, i am not able to reproduce it. It shows up on different (Windows) Systems.

[code]
[Exception... "'Die Erlaubnis f
Reply With Quote
  #2  
Old 04-18-2007, 09:13 AM
thejoker101's Avatar
thejoker101 thejoker101 is offline
Ext User
 
Join Date: Mar 2007
Posts: 317
thejoker101 is on a distinguished road
Default

I've had that message too, from time to time. Not sure what it means though or what causes it.
Reply With Quote
  #3  
Old 04-18-2007, 11:32 AM
mystix's Avatar
mystix mystix is offline
Ext JS - Community Support Team
 
Join Date: Mar 2007
Location: Singapore
Posts: 5,637
mystix is on a distinguished road
Default

me three. doesn't seem to be causing any obvious problems in FF2, Opera 9 or IE6/7 though. wonder if it's just a firebug thing?
Reply With Quote
  #4  
Old 04-18-2007, 01:39 PM
tryanDLS tryanDLS is offline
Ext JS - Community Support Team
 
Join Date: Mar 2007
Posts: 7,371
tryanDLS is on a distinguished road
Default

Is it possible you're trying to access the document before it's fully loaded?
__________________
Tim Ryan - Ext JS Support Team
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide
Reply With Quote
  #5  
Old 04-18-2007, 04:41 PM
chris chris is offline
Ext Premium Member
 
Join Date: Mar 2007
Posts: 11
chris is on a distinguished road
Default

I posted something about this error about a week ago:

http://extjs.com/forum/showthread.php?t=4624

I'm using the Prototype adapter with Ext.Toolbar and I get the error in FF. Basically, I can trigger the error (with no other code besides the HTML and Ext/Prototype) by dragging the mouse over the Toolbar and then over a textarea input (see the original post for more details).
Reply With Quote
  #6  
Old 04-18-2007, 05:02 PM
tryanDLS tryanDLS is offline
Ext JS - Community Support Team
 
Join Date: Mar 2007
Posts: 7,371
tryanDLS is on a distinguished road
Default

While kicking the same type of problem around with someone else, we came up with a possible fix. Can you try and add autocomplete="off" to the text field and see what happens.
__________________
Tim Ryan - Ext JS Support Team
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide
Reply With Quote
  #7  
Old 04-18-2007, 06:06 PM
amon's Avatar
amon amon is offline
Ext User
 
Join Date: Apr 2007
Location: Budapest
Posts: 109
amon is on a distinguished road
Send a message via ICQ to amon Send a message via MSN to amon Send a message via Skype™ to amon
Default

It is an old Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=261423

With the autocomplete="off" hack it can be eliminated, but that is not valid.
Reply With Quote
  #8  
Old 04-18-2007, 07:12 PM
jack.slocum's Avatar
jack.slocum jack.slocum is offline
Ext JS - Development Team
 
Join Date: Mar 2007
Posts: 6,941
jack.slocum is on a distinguished road
Default

Thanks Amon, I have been looking for the source of it for a while. I have gotten it as well. It seems to be internal to FF and causes no problems, which is good.

The autocomplete="off" "hack" is of course to fix other FF errors.
__________________
Jack Slocum
Ext JS - Core Development Team
jack@extjs.com
Reply With Quote
  #9  
Old 04-18-2007, 07:34 PM
chris chris is offline
Ext Premium Member
 
Join Date: Mar 2007
Posts: 11
chris is on a distinguished road
Default

Quote:
Originally Posted by jack.slocum View Post
Thanks Amon, I have been looking for the source of it for a while. I have gotten it as well. It seems to be internal to FF and causes no problems, which is good.
In my example a Toolbar item stays highlighted though the mouse trails off into the textarea, leading me to think that whatever mouseover event that occurs to unhighlight the toolbar button is where the error might occur. Turning autocomplete off didn't seem to do anything either.
Reply With Quote
  #10  
Old 04-19-2007, 04:05 AM
amon's Avatar
amon amon is offline
Ext User
 
Join Date: Apr 2007
Location: Budapest
Posts: 109
amon is on a distinguished road
Send a message via ICQ to amon Send a message via MSN to amon Send a message via Skype™ to amon
Default

You're welcome, Jack!
Anyway, the autocomplete='off' hack had fixed this error for me.
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 09:08 PM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.