Hi,
I am not able to select object which is behind another object which is selecteable=false.
i have added two rect on same position. Top rect selectable property is false still i m not select another object by mouse down.
http://jsfiddle.net/vijaygurjar/msodah0r/
Hi,
You need to add "evented: false" to have the ability to click "throw" the unselectable object.
http://jsfiddle.net/msodah0r/1/
Is that what you are trying to do ?
Thanks ncou,
is it possible by other way?
is really a documentation problem
I see the utility of having an object unselectable but still firing events ( mouseup, mousedown ) and a way to make it transparent to mouse actions.
I don't know another way to do this. Why do you ask ? does the "evented:false" doesn't fit your needs ?
yes it is not fulfill my requirement, I need to stop listening only mouse events from particular object only
set that object as evented = false.
Most helpful comment
Hi,
You need to add "evented: false" to have the ability to click "throw" the unselectable object.
http://jsfiddle.net/msodah0r/1/
Is that what you are trying to do ?