From b9850f64d9d81d54a1cb6e91fea61ed8bc4de031 Mon Sep 17 00:00:00 2001
From: Alicia Lippert Touch here, move up and down to see what happens.
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/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 @@
From adeddf4dd8f672666f467d60545220645db90353 Mon Sep 17 00:00:00 2001
From: Alicia Lippert Touch here, move up and down to see what happens. Touch here, move up and down to see what happens. The jQuery Mobile The jQuery Mobile 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. The jQuery Mobile The jQuery Mobile 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/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 @@
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.vmousedown
event handler simulates the "onmousedown" event handler on mobile devices.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.vmouseout
event handler simulates the "onmouseout" event handler on mobile devices.