editor 1.5.3 datetime field

editor 1.5.3 datetime field

crush123crush123 Posts: 417Questions: 126Answers: 18
edited November 2015 in Editor

The issue I am having is a bit weird, in that I am using editor (1.5.3) datetimefield, which on my vanilla page seems to work fine, but when embedded in my template, the datepicker displays unusual behaviour, in that the right arrow activates the year dropdown and doesn’t move the calendar to the next month - as expected.
I realise this isn’t really an editor issue, but I would appreciate some help on debugging it, as I am at a loss

UPDATE

  • I have identified the problem is something to do with a css conflict, just need to track it down precisely

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Sounds interesting - thanks for the update.

    If you have a link to the page I could take a look at it if you haven't managed to resolve the CSS conflict before I look into it.

    Allan

  • crush123crush123 Posts: 417Questions: 126Answers: 18

    the issue causing the strange behavior was with this code in my css file

    select {
    border: 1px solid #999;
    padding: 5px;
    width: 170px;
    font-size: 13px;
    }

    which I was using elsewhere, so a bit of housekeeping fixed the problem

This discussion has been closed.