https://bugzilla.wikimedia.org/show_bug.cgi?id=65988

--- Comment #6 from Nemo <federicol...@tiscali.it> ---
It was pointed out that the same behaviour is not immediately reproducible on
other wikis like fr.wiki. To reproduce, one indeed needs to add something like
it.wiki's JS

// Autofocus nel campo "ricerca" della homepage
$(function() {
  if (mw.config.get('wgIsMainPage') && mw.config.get('wgAction') === 'view')
    $('#searchInput').focus();
});

(of which as a workaround I'm asking removal
https://it.wikipedia.org/w/index.php?title=Discussioni_MediaWiki%3ACommon.js&diff=66456352&oldid=66261344
).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to