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
Right now it's unintuitive that certain things on the page don't work when you click them, it's hard to put 2 and 2 together that 'oh it's because I'm in edit mode with Simpla'. The pointer events disabler should either a) also toggle the cursor to not-allowed, or b) toggle opacity. Opacity would be much harder because it's a cumulative effect for each tree, and it can seriously mess with site design.
Ideally it could also add a title, saying that it's disabled in edit mode and to use cmd+e to toggle in and out.
The text was updated successfully, but these errors were encountered:
madeleineostoja
changed the title
PointerEvents should modify cursor style on disabled elements
ProtectEditing should modify cursor style on disabled elements
May 11, 2017
Right now it's unintuitive that certain things on the page don't work when you click them, it's hard to put 2 and 2 together that 'oh it's because I'm in edit mode with Simpla'. The pointer events disabler should either a) also toggle the cursor to
not-allowed
, or b) toggle opacity. Opacity would be much harder because it's a cumulative effect for each tree, and it can seriously mess with site design.Ideally it could also add a
title
, saying that it's disabled in edit mode and to usecmd+e
to toggle in and out.The text was updated successfully, but these errors were encountered: