Bug #59626
closedFirefox 30 problem
0%
Description
Only with Firefox 30.0, javascript problem (ReferenceError: batch is not defined) causing the backend menu of the pagetree to not work.
No problem with IE8,9,10, chrome 35.
Updated by Markus Klein over 10 years ago
Which exact TYPO3 version are you using?
What do you mean with "backend menu"? Do you mean the context menu when right-clicking an element in the page tree?
Updated by joujou no-lastname-given over 10 years ago
Version 6.2.2.
Same problem occurs on the demo site demo.typo3.org.
Backend menu that appears when you right click pages in the pagetree. In fact the error comes only when hovering pagetree.
Activate firebug and error appears.
Updated by Markus Klein over 10 years ago
Can't reproduce this. Tried it on one of my 6.2.3 installations.
Updated by joujou no-lastname-given over 10 years ago
You have firefox 30 and tried on typo3 demo site ?
Updated by Markus Klein over 10 years ago
Ok I see the error now too on my site, but the menu still works.
Updated by joujou no-lastname-given over 10 years ago
For me it doesn't work, I get the firefox menu instead.
Updated by Markus Klein over 10 years ago
It seems to be a bug in Firebug! If I disable it, things are working again.
Updated by Markus Klein over 10 years ago
- Status changed from New to Needs Feedback
Updated by Alexander Opitz over 10 years ago
This seams to be: https://code.google.com/p/fbug/issues/detail?id=7359
Updated by Markus Klein over 10 years ago
Thx Alex.
Note from there:
Note that the platform bug is fixed in Firefox 31
So you need following configs to workaround the problem
- Firebug 1.12.8 + Firefox 30
- Firebug 2.0 + Firefox 31+
Updated by Alexander Opitz over 10 years ago
And the bugzilla entry: https://bugzilla.mozilla.org/show_bug.cgi?id=996456
Updated by Alexander Opitz over 10 years ago
- Category set to Backend User Interface
Updated by Markus Klein over 10 years ago
Updated by joujou no-lastname-given over 10 years ago
Indeed it's linked to firebug. I have firebug 2.0.
What is strange is that a friend has firefox 30 and firebug 2.0 and he doesn't have the problem. With the same versions I do have the problem.
Updated by Markus Klein over 10 years ago
- Status changed from Needs Feedback to Rejected
I'm also using Firebug 2.0 and FF30 and I didn't have the problems at the beginning. But after clicking around for some time, suddenly this problem shows up.