Last modified: 2014-08-20 22:50:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64517, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62517 - Middle click in alpha loads page in the same tab
Middle click in alpha loads page in the same tab
Status: RESOLVED INVALID
Product: MobileFrontend
Classification: Unclassified
alpha (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-11 00:10 UTC by Juliusz Gonera
Modified: 2014-08-20 22:50 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Juliusz Gonera 2014-03-11 00:10:03 UTC
Somehow we're overriding default browser behavior and open links clicked with middle mouse button dynamically in the same tab just as if they were clicked with left mouse button.
Comment 1 Bingle 2014-03-11 00:15:10 UTC
Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1761
Comment 2 Jon 2014-06-05 19:11:45 UTC
In theory you should be able to do this with
if ( ev.button === 0 ) {
ev.preventDefault();
// hijack link
}

This doesn't seem to work with a Mac trackpad though :-/
Comment 3 Florian 2014-07-07 16:51:42 UTC
I think this is a problem related with lazyload (stable and beta works fine). I don't know the roadmap, but Kaldari posted in this comment:
https://gerrit.wikimedia.org/r/#/c/142317/

That lazyload does not move to beta or stable? What we do with this bug?
Comment 4 Jon 2014-08-20 22:50:58 UTC
https://gerrit.wikimedia.org/r/155455 renders this to be no longer relevant.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links