-
8 Jan 2013 2:42 PM #1
FF 18 problem?
FF 18 problem?
Hello,
I recently updated Firefox & apparently it breaks my application partially. It works fine on Chrome & previous version of FF.
Firebug is disabled.
Also the problem seems to occurs on fairly complex window. I have a window with border layout, tree on left, chart on top, & grids on the center inside card layout.
Other simpler windows seems to works fine.
Another weird thing is, if Firebug is enabled, then then problem seems to go away.
Does anyone having similar problem on FF 18?
ExtJS version used: ext-4.1.1
-
8 Jan 2013 4:03 PM #2
So it seems the problem lies on Card Layout.
I have 8 grids inside it.
If I only have 5 grids then the window displayed correctly.
So I guess the workaround is to have 5 grids initially & dynamically add other grids later when clicking tree node.
-
8 Jan 2013 9:34 PM #3
Also have problem with FF18. In console i have
TypeError: d.caller is null ext-all.js:21
TypeError: g is undefined ext-all.js:21
-
8 Jan 2013 10:03 PM #4
Not really useful to speculate without seeing a test case, please post one.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
9 Jan 2013 1:48 AM #5
I have same problem with FF18 and ExtJS 4.1.1:
TypeError: callOverrideParent.caller is null
.../extjs/ext-all-dev.js Line: 37
Interestingly if Firebug console is open the error does not come up.
If I find the cause of the problem, i will post here.
-
9 Jan 2013 2:18 AM #6
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
-
9 Jan 2013 3:10 AM #7
-
9 Jan 2013 4:29 AM #8
A test case would be quite useful, I was running through our examples and a few other trivial test cases and wasn't able to reproduce it. IonMonkey was on.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
9 Jan 2013 4:34 AM #9
-
9 Jan 2013 4:44 AM #10


Reply With Quote
