https://bugzilla.wikimedia.org/show_bug.cgi?id=23866
AlexSm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME --- Comment #3 from AlexSm <[email protected]> 2010-07-16 17:45:14 UTC --- Update: right now I'm using the following personal .js code: $j(function(){ $j('#searchform').bind('keyup keydown mousedown', function (e){ $j(this).attr('target', e.shiftKey?'_blank':'')}) }) Works perfectly in major browsers, also works with shift-click on suggestion list. I'm considering adding this to Vector.js on my home WM wiki because it seems very useful. Closing as WORKSFORME, unless somebody is willing to add this feature to MediaWiki. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
