Raphael.FreeTransform icon indicating copy to clipboard operation
Raphael.FreeTransform copied to clipboard

Not work on google chrome ?

Open phron opened this issue 11 years ago • 3 comments

Hello This plugin seems not to work with google chrome (last version Version 31.0.1650.57 m,) on windows 8, works fine in IE

phron avatar Nov 20 '13 10:11 phron

Same Problem here. FT seems to ignore mouse events in Google Chrome (Version 33.0.1750.146 m) on Windows 8.1. However, if I connect a touch-enabled monitor, touch events are recognized in Chrome. In Internet Explorer 11, mouse events work fine,but touch events are ignored.

Parnswir avatar Mar 13 '14 10:03 Parnswir

I have found a solution to this problem, which is not FT specific. It is based on a bug in Raphael (https://groups.google.com/forum/#!topic/raphaeljs/FOY0ftfygp8/discussion). The problem is, that Raphael uses touch events when the browser has touch support. Firefox and Google Chrome on Windows 8 are touch-enabled by default on Windows 8+. A fix for Chrome is the following:

  1. go to "chrome://flags"
  2. disable the option "Enable touch events"
  3. Restart the browser Everything works just fine now for me. Hope this helps!

Parnswir avatar Mar 13 '14 11:03 Parnswir

Seems to be working just fine in Google chrome Version 47.0.2526.111 (64-bit).

raavanan avatar Jan 14 '16 08:01 raavanan