jenkins-bot has submitted this change and it was merged. Change subject: Triple-Click Detection for IE ......................................................................
Triple-Click Detection for IE IE does not properly support MouseEvent.detail for reporting the number of clicks in a user action. The new clickCounter() function takes a mousedown event and returns the detail property if non-IE or calculates the detail by comparing to a recent history (up to 3) of mousedowns. Change-Id: Ib521eaa695d7e436d67ebb49106159daadc2ee38 --- M modules/ve/ce/ve.ce.Surface.js 1 file changed, 46 insertions(+), 1 deletion(-) Approvals: Trevor Parscal: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/39788 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib521eaa695d7e436d67ebb49106159daadc2ee38 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Christian <[email protected]> Gerrit-Reviewer: Christian <[email protected]> Gerrit-Reviewer: Inez <[email protected]> Gerrit-Reviewer: Trevor Parscal <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
