<div dir="ltr">This was not a problem with Ur/Web at all - it was a problem with the Pikaday datepicker JavaScript library itself.<div><br></div><div>When using Chrome > More Tools > Developer Tools > Elements, I noticed that the Pikaday datepicker was sometimes *appearing* - although sometimes too far to the left, partially (or totally?) off screen.<div><br></div><div>Further investigation in Developer Tools showed an unusual (negative) `left` value for the div containing the Pikaday datepicker.</div><div><br></div><div>A quick Google search showed that this is a known issue with the Pikaday datepicker, with various workarounds:</div><div><br></div><div><a href="https://github.com/dbushell/Pikaday/issues/302">https://github.com/dbushell/Pikaday/issues/302</a><br></div><div><br></div><div><a href="https://github.com/dbushell/Pikaday/issues/304">https://github.com/dbushell/Pikaday/issues/304</a><br></div><div><br></div><div>Commenting out line 906 of pikaday.js is a simple workaround which seems to solve the problem.</div><div><br></div><div>###</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>