[TYPO3-core] FYI: Fixed bug #7184: Login has probably expired, when you create a new page (only in Safari and Internet Explorer)

Oliver Hader oh at inpublica.de
Thu Jan 17 16:25:16 CET 2008


FYI: The following change was committed to SVN Trunk (rev. 2921).

Problem:
When you create a new page you will get the message:
"Your login has probably expired. Do you want to refresh it now?"
When you press OK, it shows the popup-window with the logged-in user. 
Not the form to log in, only the username. The page will not be created 
in the page tree. When you press "Cancel", the page will be created.

Solution:
RFC #5899 introduced new icons to notify where required fields are 
nested on tabs or IRRE children. These icons were named with the HTML 
attribute "id", but TBE_EDITOR expects "name" and throws a JavaScript 
error in Safari and Internet Explorer which blocked some other things.
So, the solution is to change the "id" attributes of RFC #5899 to 
"name". That's all...

Comments:
However, Firefox seems to be a tolerant browser... ;)

Bugtracker references:
http://bugs.typo3.org/view.php?id=7184

Branch: Trunk


olly
-- 
Oliver Hader
http://inpublica.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007184.patch
Type: text/x-patch
Size: 2195 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080117/43f7c3a6/attachment.bin 


More information about the TYPO3-team-core mailing list