Copied to clipboard

Flag this post as spam?

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


  • Tim 1193 posts 2655 karma points c-trib
    Aug 17, 2010 @ 12:26
    Tim
    0

    Browser Bug on Form Entries Page

    There seems to be a bug in the Contour form entries viewer page, in IE7 (and before anyone says "haha, who uses IE7, get them to use a proper browser", the answer is massive companies with thousands of users and very strict IT policies. So they're stuck using IE7).

    The page has space for the data grid, and if you change the date range in the dropdown, the panel gets bigger, as if the table is taking up space, but it doesn't get displayed. The image below illustrates this:

    It works fine in FF and IE8+ though.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 17, 2010 @ 19:09
    Tim Geyssens
    0

    Thanks for reporting this, I'll take a look at the issue this week (might just be a css issue).

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 19, 2010 @ 12:07
    Tim Geyssens
    0

    Can confirm the issue, looking into it now.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 19, 2010 @ 13:49
    Tim Geyssens
    0

    Ok found the fix,

    It's an issue with the /umbraco/plugins/umbracocontour/css/datatables.css file

    On line 35 and 36 change

        /*min-height: 302px;
        _height: 302px; */

    to

        min-height: 302px;
        _height: 302px;

     

    (fix will also be included in the next maintenance release)

     

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 19, 2010 @ 14:10
    Tim Geyssens
    0

    Bug fixed and it's part of the 1.1.2 maintenance release, upgrade archive available here: http://our.umbraco.org/projects/umbraco-pro/contour

  • Tim 1193 posts 2655 karma points c-trib
    Aug 25, 2010 @ 12:41
    Tim
    0

    Thanks Time, have updated to 1.1.2 and its working great now!

    :)

  • 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