Bug #17465
closedUsability Issue with classes wrapped with <> in select lists
0%
Description
Hello,
every time I work with RTE (and I use it a lot!I am annoyed by the fact, that each label for the classes in the selectorboxes for classesParagraph and classes for inline elements are surrounded by <thelabel>. This way I am unable to access a class by just typing the first letter. Is there a reason why this has to be so or can this be removed?
Regards, Uschi
Version is 1.5.2, but the same thing was there in the 1.4 series as well.
(issue imported from #M5952)
Updated by Uschi Renziehausen over 17 years ago
Hello to Stanislas,
I just found out, where the brackets are produced for text styles.
htmlarea/inlineCSS/inlinecss.js line 127 says:
if (tagName != 'all') cssName = '<'+cssName+'>';
I would be interested in the philosophy behind this, please :-))
Regards, Uschi
Updated by Stanislas Rolland about 17 years ago
Hi Uschi,
I think the idea was that when the class was not associated to any tag in the stylesheet (a tag free class), then there would not be any bracket.
If the class was defined with some tag selector in the stylesheet, then the class name would be shown between brackets.
Maybe this is not very useful.
Stanislas
Updated by Stanislas Rolland almost 17 years ago
Fixed in SVN TYPO3core trunk revision 2865.