1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/spec/support/views/datepicker.erb
Jon Leighton dc2ce26b0d Fix #60.
It seems there is some internal webkit rendering issue triggering
this bug. I couldn't come up with a simpler test case but setting the
scroll position every time in validatedDimensions seems to work out.

THANKS TO MY BRO @MORTICE FOR HELPING WITH THE FIX BRO
2012-05-31 16:23:01 +02:00

15 lines
622 B
Text

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>poltergeist and datepicker</title>
<script src="/poltergeist/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="/poltergeist/jquery-ui-1.8.14.min.js" type="text/javascript" charset="utf-8"></script>
<script src="/poltergeist/test.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<a href="#">some link</a>
<div style="height: 1000px;"></div>
<input type="text" id="datepicker">
</body>
</html>