Hi Max,
The changeset is out for review. Turns out I can do the same thing by
modifying rhino.js. I'm sending this email so that it gets archived.
in /lps/utils/rhino.js, modify the Lz definition to be:
Lz = {__propcache: { appenddiv: document.createElement() }
,__BrowserDetect: { init: function () {},
isIE: false }
};
I think this is due to [Laszlo-checkins] r9032 - in openlaszlo/trunk:
WEB-INF/lps/lfc/kernel/dhtml demos/lzpix/classes test
Perhaps the test for isIE needs to be replaced with a quirk...