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

Susanne Moog typo3 at susannemoog.de
Mon May 18 12:21:13 CEST 2009


Benjamin Mack schrieb:
> 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)
> 

So that would mean for this patch: just take v1 (the original patch and
commit it), then we open another bug report / create a patch for the
deprecation and the change of the JS/CSS. Ok?

Regards,

Susanne

-- 
Susanne Moog
NEUSTA GmbH - www.neusta.de


More information about the TYPO3-team-core mailing list