Hey there, I've encountered a strange issue with the datepicker on this website. It works perfectly fine on IE8+, Firefox 14, Chrome 20, and Opera 12. However, as soon as Chrome updated to version 21, things went haywire! I'm baffled and can't figure out what's causing it or why.
------------WORKS ON ALL & Chrome 20-----------------------CHROME 21 WTH!------------
Do you have any insights on why this sudden change has occurred? Where is this pesky bug coming from? I've tried adjusting every CSS property using devtools, but nothing seems to resolve the issue. Surprisingly, it even functions properly on IE8, so my guess is it could be a Chrome-specific bug.
Edit:
Adding some more details - when aligning the datepicker with the input field, I make sure their borders meet. To eliminate any gap between them, I use margin-top: -1px
in my CSS. The recent update of Chrome appears to add an extra pixel of space between the datepicker and the input, preventing the borders from aligning closely and leaving a visible 1px gap.