https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |

--- Comment #4 from Roan Kattouw <[email protected]> 2010-07-17 13:43:22 
UTC ---
(In reply to comment #3)
> 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.

I don't see why we couldn't add this JS to MediaWiki. We'll probably want to
check for Ctrl (Firefox on Windows/Linux) and Command (Firefox on Mac) as well.

-- 
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

Reply via email to