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
-
John-David Dalton April 14th, 2008 @ 10:00 PM
- → Title changed from Lighthouse bug: LivePipe Contol.Modal not compat with Prototype 1.6.0.2 to Lighthouse bug: LivePipe Control.Modal not compat with Prototype 1.6.0.2
-
Justin Palmer April 15th, 2008 @ 02:38 AM
- → Assigned user changed from rick to Justin Palmer
- → Milestone changed from to Phase Deuce
-
Will May 5th, 2008 @ 12:21 AM
- → State changed from new to open
-
Justin Palmer July 1st, 2008 @ 04:00 PM
- → State changed from open to resolved
- → Tag changed from to prototype
This seems to be fixed now. Please respond if not.
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.
