fabricjs / fabric.js

Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
http://fabricjs.com
Other
28.66k stars 3.48k forks source link

Can't unselect objects by clicking on a different, unselecable object #976

Closed raichu closed 10 years ago

raichu commented 10 years ago

http://jsfiddle.net/GAfAr/ When you click on the rectangle, it doesn't deselect the text.

kangax commented 10 years ago

Looks like it's because of unselectable=true on rectangle. It shouldn't be happening anyway.

@Kienz, would appreciate if you could take a look!