Enable mwsuggest datalist implementation
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 31 Dec 2010 19:30:29 +0000 (19:30 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 31 Dec 2010 19:30:29 +0000 (19:30 +0000)
commit5cf861f7eceb751f8ff7bb7fb20eb8cdae1b48b4
tree4b65a5cf62706c44c44353862b688e85ea7e28f8
parent15faf878e1e8313b8881a75ea65fe8ab80ed7698
Enable mwsuggest datalist implementation

Tested in Firefox 4.0b8, which is the only browser it will trigger for
due to the feature test.  Opera is explicitly blacklisted for the reason
given in the comment.  This feature was added in r61348 but remained
disabled by default because no browser actually supported it properly
(due to Opera's bug).  Of course, this is somewhat obsolescent given the
fancy new Vector search, but it's a two-line change, so why not.

I was reminded of this by Jonas Sicking, a Firefox developer, remarking
on how <datalist> should indeed be usable for this purpose in Firefox 4:
http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-December/029577.html
skins/common/mwsuggest.js