[TYPO3-core] Strage behaviour of latest TCEforms version

Dmitry Dulepov dima at spamcop.net
Sun Dec 25 14:25:49 CET 2005


Hi!

Whenever I change a field in the form and press TAB key, form submits
itself. Each field now has code similar to:
===========
onchange="TBE_EDITOR_fieldChanged('sys_workspace','11','description',
'data[sys_workspace][11][description]');if(TBE_EDITOR_checkSubmit(-1)){
TBE_EDITOR_submitForm();}"
===========

Seems like problem is around line 742. Earlier it was:
	} else {$alertMsgOnChange='';}
Now it is:
	$alertMsgOnChange = 'if(TBE_EDITOR_checkSubmit(-1)){
		TBE_EDITOR_submitForm();}';
				}

Can anyone comment?

Dmitry.



More information about the TYPO3-team-core mailing list