[TYPO3-core] RFC #16049: Loading mask doesn't disappear on hitting Esc/cancel loading

Steffen Kamper info at sk-typo3.de
Wed Oct 20 00:33:55 CEST 2010


Hi Steffen,

first +1 by reading and testing though i see no possibility to do 
anything after hitting escape. Even if you have unsaved data, the 
browser is stopped.

After some research there seems no way to do something, i only found one 
obscure solution with server driven event "server-time" (which is opera 
only?)

Anyway it's useful to remove the masj on click.
For CGL please use this styling:
this.el.child('.x-mask-loading-message').on(
	'click',
	function() {
		this.el.unmask();
	},
	this
);

vg Steffen


More information about the TYPO3-team-core mailing list