jQuery: The Write Less, Do More JavaScript Library

Ticket #2882 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

Resizable should reference local variables instead of jQuery global

Reported by: bgould Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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.

Attachments

Change History

in reply to: ↑ description   Changed 3 months ago by bgould

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

  Changed 3 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to fixed
  • component changed from core to ui

Fixed in [5617]. Thanks.

Note: See TracTickets for help on using tickets.