You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, with the latest build there seems to be a bug where if two objects overlap each other, it is not possible to select the 'front' object if the object in the 'back' is active. Following fiddle is using latest fabric build of 17.06.2016: https://jsfiddle.net/ozooner/sfa1jk31/3/
Steps to reproduce:
1)Select red rectangle
2)Try selecting the green circle
I have traced the bug to following commit that broke the behaviour: 0c6a665
(Using retina screen if it matters)
The text was updated successfully, but these errors were encountered:
known issue :( will be fixed soon.
I like the idea of retrieving the last selected object. i did not understand that it would break selections in that way. I'm thinking to put this feature under keycombo. Enabled by default if you are working with "preserveObjectStacking = false" or available with Ctrl + click OR alt + click or whatever we can have.
So, with the latest build there seems to be a bug where if two objects overlap each other, it is not possible to select the 'front' object if the object in the 'back' is active. Following fiddle is using latest fabric build of 17.06.2016:
https://jsfiddle.net/ozooner/sfa1jk31/3/
Steps to reproduce:
1)Select red rectangle
2)Try selecting the green circle
I have traced the bug to following commit that broke the behaviour:
0c6a665
(Using retina screen if it matters)
The text was updated successfully, but these errors were encountered: