Christian has uploaded a new change for review.

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/88/39788/1
--
To view, visit https://gerrit.wikimedia.org/r/39788
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib521eaa695d7e436d67ebb49106159daadc2ee38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Christian <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to