Bug Tracker

Modify

Ticket #2866 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

comment:1 Changed 5 years ago by joern

Fixed in [5633].

comment:2 Changed 5 years ago by joern

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.