Skip to main content

Bug Tracker

Side navigation

#3080 closed bug (invalid)

Opened June 24, 2008 10:16AM UTC

Closed October 12, 2009 11:20PM UTC

[autocomplete] Minor fixes required in order to play nice with other libraries that extend Object (code inside)

Reported by: bramus Owned by:
Priority: critical Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: autocomplete Cc:
Blocked by: Blocking:
Description

(also posted this at the jquery-en list, yet this one here has a .diff attached ;))

Hi Jörn et all here at the list,

I'm using the autocomplete plugin in a project I'm working on and I

must say: it works great!. However: one part of the project uses ExtJS (their tree component is great) and that's where things go wrong. Problem is that somewhere in ExtJS they extend Object with a remove() function, breaking jQuery.autocomplete.

After a little quest I found that - quite obviously - autocomplete

breaks on string manipulations (Function.toLowerCase() doesn't really exist ;)) and has a minor issue when displaying the items whenever some library has extended Object.

Hereby attached a little .diff containing the 2 minor changes I implemented in order to make things work "just fine" again. Could you tuck 'm into the release as I can't commit any changes to the trunk.

Regards,

Bramus!

Attachments (1)
Change History (1)

Changed October 12, 2009 11:20PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .