fabric.js/src
Kienz ddaf8ba796 Fix touch events if canvas is inside a scrolled container (see issue #123).
Fix bug if mouse moves over absolute scrolled element while object scaling (see issue #385). Also if mouse is moved over documentElement (fabric.document) while scaling object is fixed (same issue like #385).

Tested with Safari 5.1.7, 6.1, Firefox 18, 3.6.28, Chrome 24/25beta, Opera 12.12 and iPhone iOS 6.1, iPad iOS 6.1 in non-scrolled and scrolled containers.
2013-02-01 18:27:20 +01:00
..
util Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
canvas.class.js Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
canvas_animation.mixin.js More canvas refactoring 2013-01-20 20:40:26 +01:00
canvas_events.mixin.js Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
canvas_gestures.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
canvas_serialization.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
circle.class.js Fix incorrect rendering of text + path SVG. Closes #355. 2012-12-23 15:17:45 +01:00
color.class.js Doc additions. 2012-12-15 17:29:40 +01:00
ellipse.class.js Doc additions. 2012-12-15 17:29:40 +01:00
freedrawing.class.js Clear contextTop before call renderAll() in _finalizeAndAddPath 2013-01-26 15:08:53 +01:00
gradient.class.js Doc additions. 2012-12-15 17:29:40 +01:00
group.class.js Doc additions. 2012-12-15 17:29:40 +01:00
image.class.js Amalgamate canvas creation + VML initialization into one place. Add new method fabric.util.createCanvasElement. Version 1.0.3. 2013-01-25 14:23:13 +01:00
image_filters.js Amalgamate canvas creation + VML initialization into one place. Add new method fabric.util.createCanvasElement. Version 1.0.3. 2013-01-25 14:23:13 +01:00
intersection.class.js Final doc additions. Every public method is now documented! 2012-12-16 20:44:26 +01:00
line.class.js Doc additions. 2012-12-15 17:29:40 +01:00
log.js Doc additions, fixes. 2012-11-23 13:38:26 +01:00
node.js Add createJPEGStream support for fabric canvas 2013-01-17 12:48:41 -08:00
object.class.js Amalgamate canvas creation + VML initialization into one place. Add new method fabric.util.createCanvasElement. Version 1.0.3. 2013-01-25 14:23:13 +01:00
object_geometry.mixin.js Add fabric.Object#getBoundingRect. getBoundingRectWidth/getBoundingRectHeight are deprecated. 2013-01-29 18:06:44 +01:00
object_interactivity.mixin.js Fix touch events if canvas is inside a scrolled container (see issue #123). 2013-02-01 18:27:20 +01:00
object_origin.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
object_straightening.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
observable.mixin.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
parser.js Fix tests. Build distribution. Version 0.9.35. 2012-12-23 15:28:08 +01:00
path.class.js Merge master 2012-12-18 18:12:08 +01:00
path_group.class.js Doc additions. 2012-12-15 17:29:40 +01:00
point.class.js Merge master 2012-12-18 18:12:08 +01:00
polygon.class.js Documentation additions. 2012-12-13 15:46:06 +01:00
polyline.class.js Doc fixes 2012-12-18 11:46:51 +01:00
rect.class.js Refactor some logic from canvas and object classes into mixins 2013-01-20 20:40:26 +01:00
scout.js More documentation. 2010-10-19 16:27:24 -04:00
stateful.js Doc additions. 2012-12-15 17:29:40 +01:00
static_canvas.class.js Amalgamate canvas creation + VML initialization into one place. Add new method fabric.util.createCanvasElement. Version 1.0.3. 2013-01-25 14:23:13 +01:00
text.class.js Amalgamate canvas creation + VML initialization into one place. Add new method fabric.util.createCanvasElement. Version 1.0.3. 2013-01-25 14:23:13 +01:00
triangle.class.js Documentation additions. 2012-12-13 15:46:06 +01:00