Last modified: 2013-01-18 00:43:55 UTC
To account for editors that don't open a new page, simulate a click instead of using window.location directly. That way editors such as VisualEditor will get the edit event and initiate the editor. VisualEditor works without this as it updates the ca-edit url with ?veaction=edit, so it'll work. But still, going through a useless reload is... useless.
mediawiki.action.view.dblClickEdit and mediawiki.action.view.rightClickEdit modules respectively. Change-Id: Ie8a35700bc9e74b24f234ea682ad25375e18bda4
Code has been merged.