[TYPO3-core] RFC #5500: Feature: Load Inline Elements On Demand

Stefan Geith typo3dev2010.nospam1 at geithware.de
Fri Mar 26 14:46:32 CET 2010


Vladimir Podkovanov schrieb:
> Hi Stefan,
> 
> Stefan Geith wrote:
> 
>> I cleared all caches, tested with FireFox 3.5.8 and Safari 4.0.5 on
>> Windows XP; tested with Firefox 3.5.8 and Safari 4.0.4 on MAC OS 10.5
>>
>> /Stefan
> 
> Some potential areas where it could went wrong:
> 
> - Did you clear browsers cache too?

Yes; In Safari: Cache deaktivated.

> - Do you have any TYPO3 extension installed that might affect BE interface?

Nothing special: extdeveval, phpmyadmin, recycler, reports, opendocs
some fe-plugins ...

> - Do you have any JS errors in browser console?

No JS errors (only some CSS warnings ...)
> 
> - If you have firebug installed can you check if values for input fields 
> are exists in counterpart hidden input fields.

E.g the title-field contains the right value ("test2") in the 
hidden-field; but normal input-field is empty:

<td valign="top">
<input type="text" 
onchange="typo3form.fieldGet('data[tx_test_sources][2][title]','required,trim','',0,'');TBE_EDITOR.fieldChanged('tx_test_sources','2','title','data[tx_icondirect_sources][2][title]');inline.handleChangedField('data[tx_icondirect_sources][2][title]','data-5-tx_icondirect_jobs-479-iconsources-tx_icondirect_sources-2');" 
maxlength="256" style="width: 460px;" value="" 
name="data[tx_test_sources][2][title]_hr" class="formField 
tceforms-textfield" id="tceforms-textfield-4bacb95a4a3c0">
<input type="hidden" value="test2" name="data[tx_test_sources][2][title]">
</td>


/Stefan




More information about the TYPO3-team-core mailing list