Side navigation
#2866 closed bug (fixed)
Opened May 14, 2008 03:54PM UTC
Closed May 19, 2008 08:54PM UTC
[autocomplete] check for bgiframe
Reported by: | zelph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.3 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
If I use a conditional comment to include the bgiframe code so that all none IE6 browsers don't have to needlessly download the file, the plugin throws an error due to bgiframe not being available.
I don't know how to submit patches so I offer the following. Line 634 is currently:
list.bgiframe();
and should be
if($.fn.bgIframe) list.bgiframe();
Fixed in [5633].