Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 10 years ago

#5067 closed enhancement (worksforme)

Ensure Prototype is loaded before jQuery

Reported by: mdawaffe's profile mdawaffe Owned by: westi's profile westi
Milestone: Priority: normal
Severity: normal Version: 2.3
Component: General Keywords: 2nd-opinion
Focuses: Cc:

Description

This is in line with WP's use of jQuery's noConflict system.

Attachments (1)

5067.diff (745 bytes) - added by mdawaffe 17 years ago.

Download all attachments as: .zip

Change History (12)

@mdawaffe
17 years ago

#1 @ryan
17 years ago

  • Milestone changed from 2.4 to 2.3.1

#2 @ryan
17 years ago

Nominating for 2.3.1 since some people have tripped over this. We've been running this on wordpress.com without problem.

#3 @ryan
17 years ago

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

(In [6209]) Force prototype to load before jquery. Props mdawaffe. fixes #5067 for trunk

#4 @ryan
17 years ago

(In [6210]) Force prototype to load before jquery. Props mdawaffe. fixes #5067 for trunk

#5 @ryan
17 years ago

[6210] is for 2.3.

#6 follow-up: @paulmjr
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

this change is causing segmentation errors on my system, can we investigate why/and/or fix it ?

more details in:
http://wordpress.org/support/topic/155883?replies=7

the fix for now is use script-loader.php from v 2.3

#7 @lloydbudd
17 years ago

  • Keywords has-patch removed
  • Milestone changed from 2.3.1 to 2.5

#8 in reply to: ↑ 6 ; follow-up: @westi
17 years ago

  • Owner changed from anonymous to westi
  • Status changed from reopened to new

Replying to paulmjr:

this change is causing segmentation errors on my system, can we investigate why/and/or fix it ?

more details in:
http://wordpress.org/support/topic/155883?replies=7

the fix for now is use script-loader.php from v 2.3

Looking at the info you have posted you have a php crash occurring.

Can you generate a backtrace for it?

http://bugs.php.net/bugs-generating-backtrace.php

#9 in reply to: ↑ 8 @paulmjr
17 years ago

Replying to westi:

Replying to paulmjr:

this change is causing segmentation errors on my system, can we investigate why/and/or fix it ?

more details in:
http://wordpress.org/support/topic/155883?replies=7

the fix for now is use script-loader.php from v 2.3

Looking at the info you have posted you have a php crash occurring.

Can you generate a backtrace for it?

http://bugs.php.net/bugs-generating-backtrace.php

I'll give that a go tonight and post the result, thanks for looking into it

#10 @mdawaffe
17 years ago

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

Worksforme. No feedback from reopener in over a month.

#11 @DrewAPicture
10 years ago

  • Milestone 2.5 deleted
Note: See TracTickets for help on using tickets.