Actions
Bug #33456
closedValue of title field is empty when opening a record in a popup
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-01-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Because of changes of #28930 it is impossible to edit the title field of a reocrd when it is opened as a popup.
a link to open it would be
/typo3/alt_doc.php?&edit[pages][10]=edit
there is a JS error
Uncaught TypeError: Cannot read property 'top' of null
which comes from line 55 of t3lib/js/jsfunc.tceforms_suggest.js
how to test
use the url as written above and the title of a page empty, if you would edit a tt_content record, the header would be empty.
Actions