[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2012-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

badon fastgoldf...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #7 from badon fastgoldf...@gmail.com 2012-06-26 05:32:39 UTC ---
I tested this again with the new Opera 12.00 and this bug seems to no longer
exist. Note that I never duplicated this bug with any version I tried, from
about version 11.54 to 12.00, which are newer than the versions in use at the
time the bug was reported. Somebody somewhere must have fixed the bug, so I'll
close it now as FIXED.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2012-06-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

Thehelpfulone thehelpfulonew...@gmail.com changed:

   What|Removed |Added

 AssignedTo|amil...@wikimedia.org   |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #5 from Thehelpfulone thehelpfulonew...@gmail.com 2012-06-22 
19:45:15 UTC ---
Reassign to default per bug 37789

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2012-06-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

--- Comment #6 from badon fastgoldf...@gmail.com 2012-06-23 02:28:51 UTC ---
I'm an long-time Opera user, and I believe this bug was actually a problem in
an old version of Opera. As far as I have been able to test, I have not been
able to duplicate this bug. However, there is a similar bug in Vector that
affects all browsers, reported in bug 34756. It causes the loss of work while
editing.

If no one is still concerned about this bug, I think it should be closed as
fixed, worksforme, or wontfix.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2012-02-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

badon fastgoldf...@gmail.com changed:

   What|Removed |Added

 CC||fastgoldf...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=34756

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2010-07-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2010-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

AlexSm ale...@b.smotrov.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from AlexSm ale...@b.smotrov.com 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2010-06-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

AlexSm ale...@b.smotrov.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #2 from AlexSm ale...@b.smotrov.com 2010-06-10 18:11:07 UTC ---
Shift-Enter in the input field does work in Opera (at least on Windows),
opening results in a new tab (same as shift-clicking submit button). It also
works on google.com with JS disabled (Google also messing up with JS, just like
WP).

As of today, on 1.16wmf4 (r66620), behaviour is different: Shift-Enter works as
Enter (Shift is ignored), however Shift-clicking the zooming glass button
works, opening results in new tab.

I was the person  who reported this on enwiki tech village, and although this
will probably be wontfixed, I wanted to clarify.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2010-06-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 AssignedTo|tpars...@wikimedia.org  |amil...@wikimedia.org

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23866] Shift enter in SimpleSearch opens results in original window AND tab

2010-06-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23866

Adam Miller amil...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Adam Miller amil...@wikimedia.org 2010-06-09 18:57:30 UTC 
---
Tested in 9.6 and 10.10 on Mac OS X 10.6.2. Can't replicate this behavior.
Actually I can't get any combination of modifier keys to even open a google
search in a new window in either version of Opera. Doesn't seem like there are
preferences to enable/disable this behavior either. 

Feel free to reopen with more specifics about how to recreate this. I'll try it
in Opera on windows next time I have a chance just to be sure.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l