<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,8 @@ Version 1.2.0
    patch by Kevin Field]
  * Implement year scrolling, as well as month scrolling
  * Use XML entities for compatibility
+ * Use position rather than offset to determine whether a click is inside or outside of the date
+   selector [steverobinson]
 
 Version 1.1.8
 -------------</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -156,7 +156,7 @@ DateInput.prototype = {
   
   // Returns true if the given event occurred inside the date selector
   insideSelector: function(event) {
-    var offset = this.dateSelector.offset();
+    var offset = this.dateSelector.position();
     offset.right = offset.left + this.dateSelector.outerWidth();
     offset.bottom = offset.top + this.dateSelector.outerHeight();
     </diff>
      <filename>jquery.date_input.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a231604a6bbe0092e040ca66021df04e4c9bc4b2</id>
    </parent>
  </parents>
  <author>
    <name>Jon Leighton</name>
    <email>j@jonathanleighton.com</email>
  </author>
  <url>http://github.com/jonleighton/date_input/commit/db9daae478e032ae21e5475ab030cc6fda5a0b7c</url>
  <id>db9daae478e032ae21e5475ab030cc6fda5a0b7c</id>
  <committed-date>2009-04-08T09:21:15-07:00</committed-date>
  <authored-date>2009-04-08T09:21:15-07:00</authored-date>
  <message>Use position rather than offset to determine whether a click is inside or outside of the date
   selector</message>
  <tree>047e890e74c43a53820e4e244b92196c6b3a2cf1</tree>
  <committer>
    <name>Jon Leighton</name>
    <email>j@jonathanleighton.com</email>
  </committer>
</commit>
