Copied to clipboard

Flag this post as spam?

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


  • Phil 2 posts 22 karma points
    Mar 15, 2011 @ 20:59
    Phil
    0

    Move / Copy dialog has nodes overlap text and OK button

    In Internet Explorer (IE7/8) the Move, Copy dialog has nodes that overlap the text and OK button.

    Is there any way to get around this? Does this happen to other people?

     

    Thanks,
    Phil

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 15, 2011 @ 22:14
    Jan Skovgaard
    0

    Hi Phil

    That looks a bit odd indeed...what version of Umbraco is this happening on?

    /Jan

  • Jay Dobson 75 posts 121 karma points
    Mar 20, 2011 @ 19:39
    Jay Dobson
    2

    Odd, my reply didn't post...so here it goes again... ;)

    Umbraco 4.6.1.  This is because of an IE bug.  Since the content loaded in that div is dynamic (AJAX) and the div has an overflow: auto; on it it somehow causes the div in question to act as though it has position: static;.  The fix is to put position: relative; on the div that's causing this behavior.

    Edit /umbraco_client/propertypane/style.css:
    .propertypane div.propertyItem { /* add position: relative; here */ }

    If you are the Phil I work with, I've just done this. ;)  If not, hope this helps.

    Jay

  • wilberRivera 24 posts 42 karma points
    Mar 31, 2011 @ 22:04
    wilberRivera
    0

    hi Jay, I'm having the same issue with the Ucomponent: multi-node tree picker, the position:relative should be added in a class treeContainer, but I can't find the css file that contains. Do you know something of this? thank you.

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 31, 2011 @ 22:22
    Jan Skovgaard
    0

    Hi Wilber

    If you're using visual studio you can perhaps open up the site in it and then make a search for the specific css class where you make sure to "search entire solution" for instance.

    Hope this makes sense to you.

    /Jan

  • wilberRivera 24 posts 42 karma points
    Mar 31, 2011 @ 23:11
    wilberRivera
    0

    hi Jan, I just downloaded the source project of Ucomponents and the file that I need, is added into the core dll. seems we can't do much for fix this.

  • Connie DeCinko 931 posts 1159 karma points
    May 06, 2011 @ 22:33
    Connie DeCinko
    0

    Did anyone confirm this is an Umbraco core issue?  I have one user having the same issue.  We are running Umbraco 4.7.

     

  • Lachlann 343 posts 625 karma points
    May 18, 2011 @ 11:59
    Lachlann
    0

    Hey All,

    Jay's fix worked for me but just a heads up I had to update the clientDependancy.config version number as per this post:

    http://our.umbraco.org/forum/core/general/14106-Client-Dependency-woes-refresh-cache

    to get the change to appear.

    L

  • Anthony Dang 1404 posts 2558 karma points MVP 2x c-trib
    May 24, 2012 @ 19:05
    Anthony Dang
    0

    wilberRivera  is right.

    Add

    .treeContainer{ position:relative;}

    to

     

    /umbraco_client/propertypane/style.css

     

     

  • 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