Copied to clipboard

Flag this post as spam?

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


  • Kevon K. Hayes 255 posts 281 karma points
    Oct 21, 2010 @ 20:32
    Kevon K. Hayes
    0

    UMB 4.5.2 Color Picker doesn't display colors

    I created a datatype "MyColors" from the "Approved Color" datatype, assigned some hex color values to it (prevalues) e.g. FFFFFF, 000000 and saved it.  I created a property of type "MyColors" and saved and I just get the following  just wondering what may be the issue here?

  • Claushingebjerg 936 posts 2571 karma points
    Oct 22, 2010 @ 13:17
    Claushingebjerg
    1

    Have you installed Gecko Uploadify?

     

    I have experienced the same thing, but havent had the chance to test it on a site without gecko uploadify. What i discovered is, that gecko creates a root folder on the site called "~" and since umbraco looks in ~/umbraco/images for the grapic spacing out the colors on the color picker it suddenly cant find the image... hence the collpased divs with no colors.

  • Kevon K. Hayes 255 posts 281 karma points
    Oct 22, 2010 @ 19:37
    Kevon K. Hayes
    0

    No, are you saying to utilize an OOB Umbraco Datatype I must install a community package?

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Oct 22, 2010 @ 19:49
    Tom Fulton
    0

    It looks like a bug as far as I can tell

    As Claushingebjerg mentioned, it's filling the div with an empty img via ~/umbraco/images/nada.gif - but Fiddler reports it actually looking for /umbraco/~/umbraco/images/nada.gif which results in a 404.  I guess it's not handling the ~ properly

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 22, 2010 @ 20:04
    Jan Skovgaard
    0

    I just checked on a clean Umbraco 4.5.2 install and it acts the same way. Definately a bug.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 22, 2010 @ 20:07
    Jan Skovgaard
    0

    And it's already been reported in this issue on codeplex. Vote for it here: http://umbraco.codeplex.com/workitem/28810

  • Kevon K. Hayes 255 posts 281 karma points
    Oct 22, 2010 @ 20:18
    Kevon K. Hayes
    0

    My discovery was on a clean install as well so thanks guys

  • Claushingebjerg 936 posts 2571 karma points
    Oct 23, 2010 @ 08:59
    Claushingebjerg
    0

    @Kevon, no what i meant was i have only used the color picker on sites where i had already installed gecko... And gecko has a bug which actually creates the ~directory...

    as a workaround i actually made a copy of /umbraco/images and copied it to the ~ directory. And  hey presto, it works. Im sure its not the right way to go, but it solves this problem...

Please Sign in or register to post replies

Write your reply to:

Draft