Bug Tracker

Ticket #1295 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Conflict with Omniture javascript

Reported by: trischuk Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: event
Version: 1.1.2 Keywords:
Cc: Needs: Review

Description

I ran into a conflict between jQuery's and Omniture's javascript libs. The conflict seems to be the way each lib does onload handling. If Omniture's libs are loaded after jQuery's (which is required for us right now), then Omniture saves jQuery's handlers but executes them in a different OO context so "this" is not set to what jQuery expects. I've made a fix which I think does the right thing, but I haven't delved deeply into jQuery's code.

I am attaching a diff -c of the fix I made against jQuery 1.1.2.

Attachments

fix-jquery-1.1.2.diff (1.0 kB) - added by trischuk 1 year ago.

Change History

Changed 1 year ago by trischuk

Changed 1 year ago by brandon

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

This is fixed with the new event system under the hood in 1.1.3a.

Note: See TracTickets for help on using tickets.