editor 1.5.3 datetime field
editor 1.5.3 datetime field
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
This discussion has been closed.
Answers
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
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