[TYPO3-core] RFC #10560: Bug: element browser title length is hardcoded

Sebastian Gebhard s.gebhard at markenmotiv.de
Fri Feb 27 13:18:00 CET 2009


This is an SVN patch request.

Type: Bugfix

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

Branches:
trunk

Problem:
In the right coloumn of the element browser titles are cropped after a 
hardcoded length of 30 characters.

Solution:
Use $GLOBALS['BE_USER']->uc['titleLen'] if given

Notes:
I created the issue as "feature" because I had in mind to add new 
pageTS/userTS properties. But now using 
$GLOBALS['BE_USER']->uc['titleLen'] I consider it as a bug, because this 
setting should have been used from the beginning.
The problem is also solved for rtehtmlarea because the element browsers 
used there extend the class browse_links (which is patched here) and do 
not overwrite the regarding method.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: feature_10560.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090227/53cb3879/attachment.txt 


More information about the TYPO3-team-core mailing list