Modify ↓
Ticket #2866 (closed bug: fixed)
[autocomplete] check for bgiframe
| Reported by: | zelph | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | plugin | Version: | 1.2.3 |
| Keywords: | autocomplete | Cc: | |
| Blocking: | Blocked by: |
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();
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in [5633].