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 2675 karma points MVP 4x 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.

  • Comment author was deleted

    Aug 17, 2010 @ 19:09

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

  • Comment author was deleted

    Aug 19, 2010 @ 12:07

    Can confirm the issue, looking into it now.

  • Comment author was deleted

    Aug 19, 2010 @ 13:49

    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)

     

     

  • Comment author was deleted

    Aug 19, 2010 @ 14:10

    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 2675 karma points MVP 4x c-trib
    Aug 25, 2010 @ 12:41
    Tim
    0

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

    :)

Please Sign in or register to post replies

Write your reply to:

Draft