Ticket #5067 (closed enhancement: worksforme)

Opened 9 months ago

Last modified 4 months ago

Ensure Prototype is loaded before jQuery

Reported by: mdawaffe Assigned to: westi
Priority: normal Milestone: 2.5
Component: General Version: 2.3
Severity: normal Keywords: 2nd-opinion
Cc:

Description

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

Attachments

5067.diff (0.7 kB) - added by mdawaffe on 09/24/07 19:43:57.

Change History

09/24/07 19:43:57 changed by mdawaffe

  • attachment 5067.diff added.

10/09/07 18:11:19 changed by ryan

  • milestone changed from 2.4 to 2.3.1.

10/09/07 18:12:19 changed by ryan

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

10/09/07 21:04:26 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

10/09/07 21:04:40 changed by ryan

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

10/09/07 21:05:00 changed by ryan

[6210] is for 2.3.

(follow-up: ↓ 8 ) 02/12/08 18:00:09 changed by paulmjr

  • status changed from closed to reopened.
  • resolution deleted.

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

02/12/08 19:21:47 changed by lloydbudd

  • keywords changed from has-patch 2nd-opinion to 2nd-opinion.
  • milestone changed from 2.3.1 to 2.5.

(in reply to: ↑ 6 ; follow-up: ↓ 9 ) 02/12/08 21:59:57 changed by westi

  • 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

(in reply to: ↑ 8 ) 02/13/08 11:57:09 changed by paulmjr

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

03/17/08 23:09:04 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to worksforme.

Worksforme. No feedback from reopener in over a month.