mw.ViewPageTarget.init: Clarify reason for FF12 / FF14 blacklist

Follows-up I7a9dddb693091f.

Change-Id: I49a952f6b1714808cd4f063c48cf3102997f8746
This commit is contained in:
Timo Tijhof 2013-07-09 13:11:15 +02:00
parent d59a3f1202
commit fdedbb36e2

View file

@ -89,7 +89,8 @@
'msie': [['<=', 10]],
// Android 2.x and below "support" CE but don't trigger keyboard input
'android': [['<', 3]],
// Bug 50720 - apparently Firefox is broken in versions 14 and below
// Firefox issues in versions 12 and below (bug 50780)
// Wikilink [[./]] bug in Firefox 14 and below (bug 50720)
'firefox': [['<=', 14]],
// Blacklist all versions:
'opera': null,