Copied to clipboard

Flag this post as spam?

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


  • Dave Forster 28 posts 74 karma points
    Jul 13, 2012 @ 11:58
    Dave Forster
    1

    MNTP layout/css issue in back office

    Anyone else have a problem with the layout of the multi-node tree picker when added to a property pane ?

    This is an issue for me in Chrome (20.0.1132.57 m) & IE9 with uComponents 3.1.1 on Umbraco 4.7.2

     

    I have an older test site with uComponents 2.1 on u4.7.1 which renders ok 

  • Dave Forster 28 posts 74 karma points
    Jul 13, 2012 @ 12:01
    Dave Forster
    0

    Apologies for the image above... tried changing it but I get an XSLT parse error when I edit the post. Go figure!

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jul 13, 2012 @ 12:15
    Lee Kelleher
    0

    Hi Dave, thanks for reporting this.

    What other properties do you have on your doc-type? Thinking that there might be something else that is pushing it out?

    Thanks, Lee.

  • Dave Forster 28 posts 74 karma points
    Jul 13, 2012 @ 12:21
    Dave Forster
    0

    @Lee

    at the minute

    - a Content Picker for umbracoInternalRedirectId. That is on the Settings tab.

    - 3x MNTP on footer tab (although it doesn't matter how many there are)

    This is also an issue in Firefox. However I've noticed that if I reduce the width of my browser window (in all browsers) the layout falls back to as you would expect. Almost like "responsive" behaviour

  • Dave Forster 28 posts 74 karma points
    Jul 13, 2012 @ 12:35
    Dave Forster
    0

    Quick update :

    if I disable the clear:none rule on the style below it behaves as I would expect. May or may not be a red herring for you :/

     

    .multiNodePicker .left.propertypane {
    width: 300px;
    float: left;
    clear: none;
    margin-right: 10px;
    height: 210px;
    }

     

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jul 13, 2012 @ 16:23
    Lee Kelleher
    0

    Hi Dave,

    I've just tried testing this against a fresh install of Umbraco 4.7.2 and uComponents 3.1.1 on Chrome (20.0.1132.57 m), Firefox 12 and IE9 ... and MNTP renders as expected (regular width).

    Wondering if you have any other JS/CSS errors in your browser's console? Can't help but think there might be something else at play here?

    Cheers, Lee.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jul 13, 2012 @ 16:29
    Lee Kelleher
    0

    ... and as I was testing in Firefox 12, it auto-upgraded me to 13 ... which MNTP renders correctly in that too.

  • Fergus Davidson 309 posts 588 karma points
    Dec 03, 2012 @ 18:11
    Fergus Davidson
    0

    Hi

     

    i am also getting this issue suddenly, previously was working ok, nothing installed in the meantime.

    Chrome Version 23.0.1271.95 m

    umbraco 4.7.2, Ucomp version 3.0

     

    any ideas??

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Dec 03, 2012 @ 18:16
    Lee Kelleher
    1

    Hi Fergus,

    The bug was fixed in uComponents v3.1.3, which can be downloaded from here: http://ucomponents.codeplex.com/releases/view/91346

    You'll be able to install v3.1.3 over the top of your existing 3.0 install, (do not uninstall the package). There are no breaking changes in v3.1.3.

    Cheers, Lee.

  • Fergus Davidson 309 posts 588 karma points
    Dec 03, 2012 @ 18:22
    Fergus Davidson
    0

    Thanks Lee!

    worked perfectly.

    I love this community - 5 minutes from question to fix.

Please Sign in or register to post replies

Write your reply to:

Draft