Author: kpreisser
Date: Wed Oct 16 01:55:28 2013
New Revision: 1532625
URL: http://svn.apache.org/r1532625
Log:
Merged revision(s) 1532622 from tomcat/trunk:
Show crosshair cursor on the canvas. This still needs a workaround for Chrome.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1532622
Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1532625&r1=1532624&r2=1532625&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/websocket/drawboard.xhtml Wed Oct 16
01:55:28 2013
@@ -56,6 +56,7 @@
display: block;
-ms-touch-action: none;
touch-action: none; /* Disable touch behaviors, like pan and zoom
*/
+ cursor: crosshair;
}
#labelContainer {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]