https://bugzilla.wikimedia.org/show_bug.cgi?id=43373
Dereckson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Dereckson <[email protected]> --- [ Analysis ] This link is added in JavaScript, by code located at modules/ext.articleFeedbackv5/ext.articleFeedbackv5.watchlist.js. It creates the link, and adds an on click event, handled by a ClickTracking code. [ Possible solution ] Add a kludge to the relevant ClickTracking function to handle itself the click event: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/ArticleFeedbackv5.git;a=blob;f=modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.track.js;h=f2437621bea89f56ffe9897de23a079be14c92e2;hb=HEAD#l141 if (e.ctrlKey) { //Call a new method to manage ourself the event and open the link in a new window } else { //Send the event to the browser, current IE/Firefox code at the bottom of the method } [ Relevant links ] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/ArticleFeedbackv5.git;a=blob;f=modules/ext.articleFeedbackv5/ext.articleFeedbackv5.watchlist.js;h=75096d512679f8e2169ce2063040e17c1201c9f4;hb=HEAD -> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
