Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • overflew 87 posts 110 karma points
    Jul 30, 2010 @ 02:53
    overflew
    0

    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.

  • Tom W 39 posts 96 karma points
    Aug 17, 2010 @ 10:35
    Tom W
    0

    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

  • Tom W 39 posts 96 karma points
    Jun 14, 2011 @ 18:07
    Tom W
    0

    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

     // Disables hyperlinks inside the specified element.
        disableHyperlinks: function() {
            /*jQuery("a").click(function() {
                return false;
            });*/
        } 
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies