The new code introduced layout quirks in Internet Explorer (and
perhaps also Firefox).
Maybe a wrapper DIV wasn't such a bad idea after all ...

I don't want to make autocompleter dependant on another plugin (else
I'd use Interface for position and size). Any suggestions?

I think I'll go back to the wrapper DIV fo rnow to keep a working
version online.

On 9/7/06, Dylan Verheul <[EMAIL PROTECTED]> wrote:
> After all the IE transparecny issues, I decided to take a closer look
> at what I was doing at the DOM level, and I looked at solutions of
> other plugin authors. It turned out that I was using a workaround for
> a bug that existed in earlier versions of jQuery that had since been
> fixed. Also, the DatePicker plugin had a more elegant way of handling
> the IE transparency bug.
>
> So:
> - Autocomplete no longer uses a wrapper DIV
> - IE transparency issues seem resolved
> - The plugin file is smaller in size
> - I optimized some other stuff
>
> I tested in IE, Opera and Firefox.
>
> You will probably need to take a look at your CSS if you update to
> this newer version, espcially the iframe bit (see source code of my
> example page). I may include the iframe CSS hardcoded in a next
> release.
>
> http://www.dyve.net/jquery?autocomplete
> ( docs on the site )
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to