#409 closed bug (wontfix)
iautocompleter broken by 1.0.3 on IE (or the other way around)
Reported by: | 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!
Change History (1)
comment:1 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | 1.0 |
Note: See
TracTickets for help on using
tickets.
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).