#7: Functional Test broken in IE6 & 7 - test_modal.html (Fixed)

Feb 12 2008 * 17:02
Reported by:   Assigned to: samuel 
Priority: Critical  Milestone:  

Running the functional test: test_modal.html in IE 6 & 7 causes the error:

this.windowManager is null or not an object

Changelog:

Modified by – Feb 13 2008 * 08:49

Correct, something is wrong with dom:loaded in prototype. It seems that it does not call events in the same order as they are added as observers :( I have to check that with prototype core team

Modified by – Feb 13 2008 * 12:19

  • Status changed from Open to Fixed
  • Assigned user set to samuel
  • Priority changed from Normal to Critical

The callback calling order problem is fixed in changeset [r513].

We now have to ensure we call document.whenReady(callback) instead of document.observe('dom:loaded', callback)