cleaned up _getContentPosition() method and fixed event detections for stages below the fold on mobile devices

This commit is contained in:
Eric Rowell
2012-08-26 22:42:54 -07:00
parent 1de5bce6e5
commit 8883e80bfe
6 changed files with 186 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ Test.prototype.tests = {
stroke: 'black',
strokeWidth: 4
});
circle.on('mousedown', function() {
log('mousedown');
});
@@ -67,8 +67,6 @@ Test.prototype.tests = {
layer.add(circle);
stage.add(layer);
document.body.appendChild(layer.bufferCanvas.element)
},
'TRANSITION - transition position and rotation': function(containerId) {
var stage = new Kinetic.Stage({