Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#12382 closed defect (bug) (fixed)

Thickbox calls $ instead of using 'jQuery', causing it to fail

Reported by: michael's profile Michael Owned by: azaozz's profile azaozz
Milestone: 3.0 Priority: normal
Severity: major Version: 3.0
Component: JavaScript Keywords:
Focuses: Cc:

Description

On line 234 of the ThickBox JS file, it reads:

if($.browser.safari){safari needs help because it will not fire iframe onload

But should read:

if(jQuery.browser.safari){safari needs help because it will not fire iframe onload

Change History (2)

#1 @Denis-de-Bernardy
15 years ago

  • Component changed from General to JavaScript
  • Milestone changed from Unassigned to 3.0
  • Owner set to azaozz
  • Severity changed from normal to major
  • Version set to 3.0

#2 @dd32
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [13864]) JQuery.noConflict() fix for thickbox.js. Props Michael. Fixes #12382

Note: See TracTickets for help on using tickets.