Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2882 closed bug (fixed)

Resizable should reference local variables instead of jQuery global

Reported by: bgould Owned by:
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:

Description

Using:

  • Revision: $Id: ui.resizable.js 5453 2008-05-05 16:50:46Z rdworth $

Lines 125 and 529 make reference to the global 'jQuery' object. I ran into problems with this when using jQuery.noConflict(true) (I'm in a high-conflict portal environment). Changing the references to the locally scoped '$' variable fixes the problem.

Change History (4)

comment:1 in reply to:  description Changed 15 years ago by bgould

Argh... I should have set the component to be UI. Not sure if I can change it at this point... Sorry.

comment:2 Changed 15 years ago by Scott González

Component: coreui
Resolution: fixed
Status: newclosed

Fixed in [5617]. Thanks.

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:4 Changed 15 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.