From b9850f64d9d81d54a1cb6e91fea61ed8bc4de031 Mon Sep 17 00:00:00 2001 From: Alicia Lippert Date: Tue, 16 Oct 2012 15:51:38 -0400 Subject: [PATCH 1/4] API Doc: Quick Fixes Fixed some broken javascipt in the example function. --- entries/vmousemove.xml | 4 ++-- resources/vmousedown/example1.html | 2 +- resources/vmousemove/example1.html | 4 ++-- resources/vmouseout/example1.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/entries/vmousemove.xml b/entries/vmousemove.xml index 9e04f3f6..ac9d8dd9 100644 --- a/entries/vmousemove.xml +++ b/entries/vmousemove.xml @@ -9,8 +9,8 @@
 		
 		
 		
 	
diff --git a/entries/vmousemove.xml b/entries/vmousemove.xml index ac9d8dd9..563bd85c 100644 --- a/entries/vmousemove.xml +++ b/entries/vmousemove.xml @@ -9,10 +9,10 @@
 		
 	
diff --git a/entries/vmouseout.xml b/entries/vmouseout.xml index 16522661..5babce5b 100644 --- a/entries/vmouseout.xml +++ b/entries/vmouseout.xml @@ -9,9 +9,9 @@
 		
 	
diff --git a/resources/vmousedown/example1.html b/resources/vmousedown/example1.html index 7f356a3c..8d0dc6e4 100644 --- a/resources/vmousedown/example1.html +++ b/resources/vmousedown/example1.html @@ -11,9 +11,9 @@

Touch here, move up and down to see what happens.

diff --git a/resources/vmousemove/example1.html b/resources/vmousemove/example1.html index 521938f4..a0f6dd09 100644 --- a/resources/vmousemove/example1.html +++ b/resources/vmousemove/example1.html @@ -17,10 +17,10 @@
diff --git a/resources/vmouseout/example1.html b/resources/vmouseout/example1.html index cdbee245..20cd97f8 100644 --- a/resources/vmouseout/example1.html +++ b/resources/vmouseout/example1.html @@ -11,9 +11,9 @@

Touch here, move up and down to see what happens.

From adeddf4dd8f672666f467d60545220645db90353 Mon Sep 17 00:00:00 2001 From: Alicia Lippert Date: Tue, 16 Oct 2012 16:20:13 -0400 Subject: [PATCH 3/4] API Doc: Comma fix Fixed commas. --- entries/vmousedown.xml | 2 +- resources/vmousedown/example1.html | 2 +- resources/vmouseout/example1.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entries/vmousedown.xml b/entries/vmousedown.xml index ef6970da..eac610bb 100644 --- a/entries/vmousedown.xml +++ b/entries/vmousedown.xml @@ -10,7 +10,7 @@
 		
diff --git a/resources/vmousedown/example1.html b/resources/vmousedown/example1.html
index 8d0dc6e4..2cf5ed6a 100644
--- a/resources/vmousedown/example1.html
+++ b/resources/vmousedown/example1.html
@@ -12,7 +12,7 @@
     

Touch here, move up and down to see what happens.

diff --git a/resources/vmouseout/example1.html b/resources/vmouseout/example1.html index 20cd97f8..ebf03040 100644 --- a/resources/vmouseout/example1.html +++ b/resources/vmouseout/example1.html @@ -12,7 +12,7 @@

Touch here, move up and down to see what happens.

From 6920771417174b42e7a903e8e8203cd592de39e8 Mon Sep 17 00:00:00 2001 From: Alicia Lippert Date: Tue, 16 Oct 2012 16:30:50 -0400 Subject: [PATCH 4/4] Changes --- entries/vmousedown.xml | 2 +- entries/vmouseout.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entries/vmousedown.xml b/entries/vmousedown.xml index eac610bb..84df967f 100644 --- a/entries/vmousedown.xml +++ b/entries/vmousedown.xml @@ -3,7 +3,7 @@ vmousedown Virtualized mousedown event handler. -

The jQuery Mobile vmousedown event handler simulates the "onmousedown" event handler on mobile devices. This event is fired on the initial touch of the screen on the device.

+

The jQuery Mobile vmousedown event handler simulates the "onmousedown" event handler on mobile devices.

The idea behind virtualized mouse events is to translate touch events into mouse events to compensate for the missing mouse event triggers. Developers should be aware that these virtualized mouse events will not prevent any synthetic mouse events from being triggered inside the browser after a touch event. If a mouse-type device is used on the system, the virtualized mouse events are dispatched at the same time as the normal mouse events.

diff --git a/entries/vmouseout.xml b/entries/vmouseout.xml index 5babce5b..f36192af 100644 --- a/entries/vmouseout.xml +++ b/entries/vmouseout.xml @@ -3,7 +3,7 @@ vmouseout Virtualized mouseout event handler. -

The jQuery Mobile vmouseout event handler simulates the "onmouseout" event handler on mobile devices. This event is fired on the initial touch of the screen on the device.

+

The jQuery Mobile vmouseout event handler simulates the "onmouseout" event handler on mobile devices.

The idea behind virtualized mouse events is to translate touch events into mouse events to compensate for the missing mouse event triggers. Developers should be aware that these virtualized mouse events will not prevent any synthetic mouse events from being triggered inside the browser after a touch event. If a mouse-type device is used on the system, the virtualized mouse events are dispatched at the same time as the normal mouse events.