Search Type: Posts; User: Tyler___Durden
Search: Search took 0.04 seconds.
-
16 Jan 2013 8:29 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
Good hint, maybe that's an explenation, we're also not using the autoload mechanism....
-
16 Jan 2013 1:43 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
Can you post a Stacktrace of the recursion?
-
14 Jan 2013 8:23 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
Better than after, so you can be sure that it wasn't your fault ;) Just a little explanation to my post, i've want to say that you can put the code anywhere in your ExtJS Application, i prefer it at...
-
13 Jan 2013 11:28 PM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
You can also implement it like this
Ext.onReady(function(){
if (Ext.firefoxVersion >= 18) {
var noArgs = [];
Ext.override(Ext.Base, {
callParent : function(args) { -
9 Jan 2013 8:07 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
Weird, works for me too, btw, WTH ;)
-
9 Jan 2013 7:17 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
Great, thank you for your efforts...
Cheers -
9 Jan 2013 4:34 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
we currently try to produce a running or better said failing example. I also haven't found one in the ExtJS examples. For me it seems to happen if a child component is added to a component after the ...
-
9 Jan 2013 2:18 AM
Jump to post Thread: FF 18 problem? by Tyler___Durden
- Replies
- 65
- Views
- 13,823
Same Problem here, seems to be avoidable by disabling javascript.options.ion.content in about:config. Is this maybe a problem with the new Ionmonkey JIT Compiler?
Cheers
Results 1 to 8 of 8
