Search and Top Navigation
#2882 closed bug (fixed)
Opened May 16, 2008 02:43PM UTC
Closed May 16, 2008 03:50PM UTC
Last modified February 26, 2009 12:08PM UTC
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.
Attachments (0)
Change History (4)
Changed May 16, 2008 02:45PM UTC by comment:1
Changed May 16, 2008 03:50PM UTC by comment:2
| component: | core → ui | 
|---|---|
| resolution: | → fixed | 
| status: | new → closed | 
Fixed in [5617]. Thanks.
Changed May 24, 2008 03:39AM UTC by comment:3
| milestone: | 1.2.4 | 
|---|
Milestone 1.2.4 deleted
Changed February 26, 2009 12:08PM UTC by comment:4
| milestone: | → 1.5 | 
|---|
Argh... I should have set the component to be UI. Not sure if I can change it at this point... Sorry.