[TYPO3-core] RFC #5381: htmlspecialchars and noBlur for tt_content.menu

Benjamin Mack benni at typo3.org
Mon May 18 12:11:20 CEST 2009


Ernesto Baschny [cron IT] wrote:
> Benjamin Mack wrote: on 18.05.2009 11:59:
>> Hey all,
>>
>> I thought that the "noBlur" thing (the dotted stuff around the anchor)
>> can be solved with CSS nowadys..
>>
>> a, :focus {
>>   -moz-outline: none;
>>   outline: none; /* CSS 3 */
>>   iecheck: expression(this.hideFocus=true); /* IE>= 5.5 */
>> }
>
> Yes, if you want that, that is probably the currently "best known way"
> to do it. You will still need "noBlur=1" in your typoscript, else you
> will get the javascript added. :)
Yes, but the main issue is that noBlur = 1 was only introduced because 
of that habit.

So, maybe we could:

* add a default CSS for that
* deprecate the option "noBlur"
* remove the JS that is currently added by default (means, having noBlur 
= 1 as the default)

-- 
All the best,
Benni.
-SDG-


More information about the TYPO3-team-core mailing list