[TYPO3-dev] phpMyAdmin 4.1.1+ breaks relogin
Dmitry Dulepov
dmitry at typo3.org
Sat Jan 17 09:22:10 CET 2009
Hi!
Christoph Koehler wrote:
> Found some stuff with the help of JSLint and line numbers, and it seems
> to work in IE now.
> Attached is a patch, please review. I still get some JS errors about
> "Object required" on line 3777, but that may be unrelated.
When variables are defined in javascript, they must use "var" keyword. Otherwise these variables become global (== properties of "window" object) and it is a memory leak in MSIE.
--
Dmitry Dulepov
TYPO3 core team
"Sometimes they go bad. No one knows why" (Cameron, TSCC, "Dungeons&Dragons")
More information about the TYPO3-dev
mailing list