Copied to clipboard

Flag this post as spam?

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


  • Arie 224 posts 675 karma points
    Sep 18, 2014 @ 03:51
    Arie
    0

    Bug: calendar button in the "recur until" field does not open date selector

    The calendar button in the "recur until" field doesn't seem to do anything when I click on it. The mouse pointer does change to a hand, but the date selector doesn't pop up.

  • Ole Martin Bakke 112 posts 624 karma points
    Sep 18, 2014 @ 09:11
    Ole Martin Bakke
    0

    I have tested in both Firefox, Google Chrome and Internet Explorer, but I'm not able to recreate your issue.
    What browser are you using?

    Have you tried to enable debugging mode in the web.config?

  • Arie 224 posts 675 karma points
    Sep 18, 2014 @ 10:48
    Arie
    0

    I just tried it in an Incognito instance of Chrome, which doesn't show the problem. Looks like there's still something stuck in my browser cache...

  • Ole Martin Bakke 112 posts 624 karma points
    Sep 18, 2014 @ 11:02
    Ole Martin Bakke
    0

    In Chrome you can use the developer tools by hitting F12. In the dev-tools settings you can choose to disable cache (while devtools is open). Leave devtools open and reload Umbraco by hitting Ctrl+F5. Hopefullt this will reload the right files.

  • Arie 224 posts 675 karma points
    Sep 18, 2014 @ 12:25
    Arie
    0

    I was already using Chrome devtools (Disable cache option checked), but that didn't work. Strangely, even using an Incognito session doesn't work anymore.

    What I'm seeing now is that the HTML of the buttons that do work ("Start date" & "End date") looks like this:

    <i class="icon-calendar" data-time-icon="icon-time" data-date-icon="icon-calendar">
       ::before
    </i>
    

    while the HTML of the buttons that don't work ("Recur until" & "Except on") looks like this:

    <i class="icon-calendar" data-date-icon="icon-calendar">
        ::before
    </i>
    
  • Ole Martin Bakke 112 posts 624 karma points
    Sep 18, 2014 @ 12:47
    Ole Martin Bakke
    0

    Are you running the solution in debug-mode?

    The difference between the two icons has only to do with the time-icon in the picker. Do you get any error in you dev-tools console?

  • Ole Martin Bakke 112 posts 624 karma points
    Oct 14, 2014 @ 10:09
    Ole Martin Bakke
    0

    The new version (0.1.7.1) contains some changes that hopefully will make JS and CSS-changes visible when you install a new version of the package. It may require you touching the web.config. It should not be necessary to run the solution in debug-mode.

Please Sign in or register to post replies

Write your reply to:

Draft