https://bugzilla.wikimedia.org/show_bug.cgi?id=34756
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mediawiki-bugs@nadir-seen-f | |ire.com --- Comment #2 from Daniel Friesen <[email protected]> 2012-02-28 02:06:06 UTC --- My guess is this is to do with the code around here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/jquery/jquery.suggestions.js?view=markup#l492 If the search box is visible when you hit enter that code does and runs preventDefault, likely killing Opera's feature. My guess is the intent was to capture enters that are pressed when one of the suggestion entries are given, but it isn't looking for the actual case when they are actually selected like it should be. -- 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
