Yes, this is still an issue. The autocomplete box is still skewed by the relative/absolute positioning of our layout. The patch to iautocomplete.js is still required to get that to work. Not only this, but the drop-downs have unpredictable behavior on my box. Some things we&#39;ve seen:<br>
<ul><li>If you start typing the drop-down might not popup.</li><li>If the drop-down shows up and you click on it. The popup disappears without selecting anything.</li><li>If the drop-down shows up and you select an item and click tab, the entry will fill the box you tab to rather than the box the completer was attached to.</li>
</ul>This does not necessarily mean these are problems with the autocompleter provided by Jifty, but these problems came up only after the jQuery/iautocomplete.js migration. However, unless my current employer enters into a short-term contract to fix these issues, it&#39;s not my problem anymore. I start a new job with another company on Monday.<br>
<br>Cheers,<br>Sterling<br><br><div class="gmail_quote">On Mon, Apr 28, 2008 at 9:33 AM, Jesse Vincent &lt;<a href="mailto:jesse@bestpractical.com">jesse@bestpractical.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I know there was a bunch of work done on this after your mail, sterling.<br>
<br>
At this point, does Jifty need this patch?<div><div></div><div class="Wj3C7c"><br>
<br>
On Apr 21, 2008, at 6:05 PM, Andrew Hanenkamp wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Oops. Here&#39;s the attachment...<br>
<br>
On Mon, Apr 21, 2008 at 4:58 PM, Andrew Hanenkamp &lt;<a href="mailto:sterling@hanenkamp.com" target="_blank">sterling@hanenkamp.com</a>&gt; wrote:<br>
I&#39;m working on upgrading my app to run on the very latest Jifty since the jQuery update. Things are going great and I appreciate all the work that has gone in to make this work well. The one problem I ran into was with the autocompleter acting odd. I posted this link to the IRC channel earlier to demonstrate the issue:<br>

<br>
<a href="http://www.grabup.com/uploads/918c84302ffbfe61eb1ba3a0e5d3450d.png" target="_blank">http://www.grabup.com/uploads/918c84302ffbfe61eb1ba3a0e5d3450d.png</a><br>
<br>
The problem is that our application uses &quot;position:relative&quot; to fix some rendering issues with our template in IE6 and IE7. The Interface iAuto plugin to jQuery, however, does not take this into account while calculating the values for the &quot;top&quot; and &quot;left&quot; parameters. Thus, the autocompleter is shifted over and down the same amount as the main content of the page is shifted over by the border and down by the header.<br>

<br>
I have attached a patch that corrects the problem. However, it relies upon the jquery.dimensions.js plugin (which I have already included in my application because I also use the ui.accordion.js plugin for jQuery). Here&#39;s a link for the Dimensions plugin:<br>

<br>
<a href="http://brandonaaron.net/docs/dimensions/" target="_blank">http://brandonaaron.net/docs/dimensions/</a><br>
<br>
You can find the description for the position() method from the API tab on that page. I&#39;m posting this to the list in hopes we can come up with a fix for this that will make everyone happy. In the meantime, I&#39;ve embedded the patched iautocomplete.js in my application.<br>

<br>
Cheers,<br>
Sterling<br>
<br></div></div>
&lt;iautocompleter-better-position.patch&gt;_______________________________________________<br>
jifty-devel mailing list<br>
<a href="mailto:jifty-devel@lists.jifty.org" target="_blank">jifty-devel@lists.jifty.org</a><br>
<a href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel" target="_blank">http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel</a><br>
</blockquote>
<br>
</blockquote></div><br>