https://bugzilla.wikimedia.org/show_bug.cgi?id=31602
Michael M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Do not use native datalist |Do not use native datalist |support in |support in |mediawiki.legacy.mwsuggest |mediawiki.legacy.mwsuggest |for Firefox | --- Comment #2 from Michael M. <[email protected]> 2011-10-17 07:53:34 UTC --- Datalists seem to have problems in all browsers: * Opera already is blacklisted * Firefox doesn't increase the width, search doesn't start after user selects a suggestion (bug 31654) * Safari 5 doesn't show the suggestions at all (bug 31768) Having two different implementations (native datalists vs. self-made list) is confusing when you try to help others figuring out where the problem is, and after the above list of browser bugs I can't believe that any other browser has an implementation that is usable in every situation so I suggest to set window.os_use_datalist = false again, i. e. revert revision 79363. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
