You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/10/16 03:53:06 UTC

svn commit: r1532622 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

Author: kpreisser
Date: Wed Oct 16 01:53:06 2013
New Revision: 1532622

URL: http://svn.apache.org/r1532622
Log:
Show crosshair cursor on the canvas. This still needs a workaround for Chrome.

Modified:
    tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1532622&r1=1532621&r2=1532622&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/websocket/drawboard.xhtml (original)
+++ tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Wed Oct 16 01:53:06 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org