Canvas - Have all editables open at once? Able to click on links?
Hi, two questions about using canvas:
- Is it possible to have all editable fields open at once? It's been a requested feature from the client, as the current double-click to edit is both a little jumpy, and displays the field alias (e.g. - "Click here to edit 'newsTitle'" rather than something more presentable.
- Is it possible to navigate the site in canvas mode? It seems there's some JS stopping all links to other pages from being clickable.
Have you had any joy with the site navigation while in canvas mode? I cannot see why all links would be disabled, but they are. I'm going to have a hunt for the javascript responsible, but if you've found anything could you let me know?
Canvas - Have all editables open at once? Able to click on links?
Hi, two questions about using canvas:
- Is it possible to have all editable fields open at once? It's been a requested feature from the client, as the current double-click to edit is both a little jumpy, and displays the field alias (e.g. - "Click here to edit 'newsTitle'" rather than something more presentable.
- Is it possible to navigate the site in canvas mode? It seems there's some JS stopping all links to other pages from being clickable.
Hi overflew,
Have you had any joy with the site navigation while in canvas mode? I cannot see why all links would be disabled, but they are. I'm going to have a hunt for the javascript responsible, but if you've found anything could you let me know?
Cheers,
Tom
Hi,
Just in case anyone ever needs this, there is a function that disables <a/> clicks in /umbraco/LiveEditing/Modules/ItemEditing/ItemEditing.js
Here, I've just commented it out.
~ line 270
is working on a reply...