[TYPO3-core] RFC: #9052: [feature] Remove JS popup when login expired

Dmitry Dulepov dmitry at typo3.org
Tue Jan 6 17:08:04 CET 2009


Hi!

Dmitry Dulepov wrote:
> Ok, I played with version 12 of the patch for some days. I still get "undefined" message bug it looks like FireBug-related and I do not see it as a problem.

This pop up annoyed me and I forced JS debugger to stop on each throw/error. After half a day it stopped in the Prototype library. This piece of code is always executed in prototype.js before this pop up appears:

 
 -  1281   getStatus: function() {
 -  1282     try {
 -  1283       return this.transport.status || 0;
 -  1284     } catch (e) { return 0 }
    1285   },
    1286

Debugger stops for error on line 1283. this, transport and status are all ok, so I am not sure what causes the problem. This function is from Ajax.Request prototype class. I'll see if it stops somewhere else.

-- 
Dmitry Dulepov
TYPO3 core team

Mr. Harris: People say that you were the last person to speak with Jordon...
            Is that true? 
Cameron: I don't know. Are you asking me if people say I was the last person
            to talk to Jordon? Or are you asking me if I was the last person
            to talk to her? 
Mr. Harris: I guess I'm asking if you were. 
Cameron: I don't know. 


More information about the TYPO3-team-core mailing list