r101735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101734‎ | r101735 | r101736 >
Date:22:57, 2 November 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r101734
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js
@@ -18,17 +18,17 @@
1919 results.style.display = 'none';
2020 }
2121
22 -document.body.onmousedown = function() {
 22+document.body.onmousedown = function( event ) {
2323 whichElement(event);
2424 }
25 -results.onmousedown = function() {
 25+results.onmousedown = function( event ) {
2626 whichElement(event);
2727 }
2828
29 -document.body.ontouchstart = function() {
 29+document.body.ontouchstart = function( event ) {
3030 whichElement(event);
3131 }
32 -results.ontouchstart = function() {
 32+results.ontouchstart = function( event ) {
3333 whichElement(event);
3434 }
3535

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101734fix for Bug 32161 - MobileFrontend: clicking around triggers "event is not de...preilly22:56, 2 November 2011

Status & tagging log