[TYPO3-core] RFC: adminpanel and caching problems

Martin Kutschker Martin.Kutschker at blackbox.net
Tue May 9 13:00:19 CEST 2006


rupert germann <rupi at gmx.li> writes on 
Tue, 09 May 2006 08:55:10 +0200 (METDST):

> On Monday 08 May 2006 22:19, Martin Kutschker wrote:
> 
> > We didn't come to any conclusion, so I suggest we use a modified
> > version
> > of Rupert's patch:
> >
> > - if (!t3lib_div::inList('id,type,no_cache,cHash,MP,ftu',$pKV[0]))
> > + if (!t3lib_div::inList('id,type,no_cache,cHash,MP,ftu',$pKV[0])
> > &&
> > strncmp('TSFE_ADMIN_PANEL',$pKV[0],16))
> >
> > That is we omit all arguments starting with TSFE_ADMIN_PANEL.
> 
> yes, that would solve the caching problem but there is still the
> anoying problem with the not working submit buttons when the url
> contains an anchor. 


I have been able to solve this with a dummy field that gets random content in the onsubmit-handler ("new Date()" in my test setup). This worked reliable in my Firefox 1.5.0.1.

Shall I post a patch?

Masi 



More information about the TYPO3-team-core mailing list