The problem turns out to have nothing to do with event triggering
order (nor with any quirk that isn't widely known about IE).

All you actually needed to do was 

• comment out the check that begins "// Ensure pre-requisites are supported" on 
Line 18

• any line that calls addEventListener needs to call attachEvent

• should also comment out Line 119: // if(inspector.config.hide) delete 
window.inspector;

With these changes I can see the inspector UI in IE 8. Its
compatibility report is highly questionable, as you should well
expect. 

-- S.



       

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to