Bug Tracker

Ticket #2866 (closed bug: fixed)

Opened 7 months ago

Last modified 7 months ago

[autocomplete] check for bgiframe

Reported by: zelph Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.4 Component: plugin
Version: 1.2.3 Keywords: autocomplete
Cc: Needs: Review

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();

Attachments

Change History

Changed 7 months ago by joern

Fixed in [5633].

Changed 7 months ago by joern

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.