#681 √ resolved
John-David Dalton

Lighthouse bug: LivePipe Control.Modal not compat with Prototype 1.6.0.2

Reported by John-David Dalton | April 14th, 2008 @ 09:57 PM | in Phase Deuce

I am seeing javascript errors in IE and other browsers when the page unloads. This is caused by LivePipe's Control.Modal and other classes that use

//...
attachEvents: function(){
  Event.observe(window,'load',Control.Modal.load);
  Event.observe(window,'unload',Event.unloadCache,false);
},

//...

In Prototype 1.6.0.2 Event.unloadCache is undefined so thats why the:

/*
handler has no properties
http://prototype.lighthouseapp.c...
Line 3891

handler.call(element, event);
*/

Original prototype trac ticket: http://dev.rubyonrails.org/ticke...

I suspect other compat issues because as I try to type in a "Tag" I am getting javascript errors with every keypress.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Using Lighthouse to track Lighthouse.

Shared Ticket Bins

People watching this ticket

Tags