[TYPO3-english] frontend editing doesn't work

Katja Lampela katja.lampela at lieska.net
Thu Jan 9 08:32:04 CET 2014


Hi,

After updating a site to 4.5.32 frontend editing with WEB/View doesn't 
work anymore for a regular backend user. The page appears just for a 
half a second and then disappears again and starts loading again. And it 
just keeps loading. Tested with chrome and firefox.

I get three errors with Chrome's debugger:
Uncaught TypeError: Cannot call method 'appendChild' of null
Uncaught TypeError: Cannot read property 'style' of null
Uncaught TypeError: Cannot read property 'style' of null

and the sources-window gets stuck in:

setInitialPosition: function() {
		this.boxElement.style.position = "absolute";

		var pos = this.getCookie("admPanelPosX");
		if (pos) {
			this.boxElement.style.left =  pos;
		}
		pos = this.getCookie("admPanelPosY");
		if (pos) {
			this.boxElement.style.top = pos;
		}
	},

So it seems there is problem with perhaps positioning of admin panel..? 
The other browser doesn't save cookies, the other does, but neither work.

-- 
Kind regards,
Katja Lampela
www.lieska.net


More information about the TYPO3-english mailing list