From 2d38e1738610f21a6daa829a5c3b88761f5b5676 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Mon, 8 Jun 2009 12:32:08 +0000 Subject: [PATCH] Fix moving elements without fill (using pointer-events:all), also this seems to fix the cursor issue in Opera git-svn-id: http://svg-edit.googlecode.com/svn/trunk@68 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 6dacafc9..23664592 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -130,7 +130,7 @@ function svg_edit_setup() { $('#tool_select').click(function(){ toolButtonClick(this); svgCanvas.setMode('select'); - $('#styleoverrides').text('*{cursor:move} svg{cursor:auto}'); + $('#styleoverrides').text('*{cursor:move;pointer-events:all} svg{cursor:default}'); }); $('#tool_path').click(function(){