Skip to main content

Bug Tracker

Side navigation

#409 closed bug (wontfix)

Opened November 18, 2006 12:52AM UTC

Closed November 18, 2006 01:30AM UTC

Last modified June 20, 2007 02:13AM UTC

iautocompleter broken by 1.0.3 on IE (or the other way around)

Reported by: rubensr@users.source Owned by:
Priority: major Milestone:
Component: core Version:
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

Looks like iautocompleter (which is not in svn?) is broken when I use 1.0.3 - with 1.0.2 it works fine. It seems that what in IE6/7, an iframe is used to build the popup, and the calls in lines 131,132 (iautocompleter.js):

.css('width', jQuery.iAuto.helper.css('width') + 'px')

.css('height', jQuery.iAuto.helper.css('height') + 'px')

already return a number with "px", so the call to .css is being sent as "250pxpx" for example. Not sure who's the culprit here, but it seems to be iautocompleter.

Anyway, the crash occurs in jquery.js, when it tries to set the attribute.

Thanks!

Attachments (0)
Change History (1)

Changed November 18, 2006 01:30AM UTC by john comment:1

resolution: → wontfix
status: newclosed
version: 1.0

You should contact Stefan directly about this. I think iautocompleter isn't included in SVN because it isn't ready for mass consumption yet (including bugs like this).