If I understand this right the line you refer to seems to be the line 4618 in jquery.1.4.2.js in the style
function. Which can only mean that the Autocompleter plugin tries to set a style value that IE8 doesn't understand or doesn't allow to be accessed/changed in this way.
style[ name ] = value; //style == elem.style from the passed in element