Module can't be loaded when host page has an element with id same as module name

2010-11-13 Thread pash7ka
When I have a div id=test.../div on the host page and have module rename-to=test in the module xml file, this module can't be loaded (especialy in IE), because bootstrap code from module.nocache.js tries to create an iframe with the same id as module name. Then on the maybeStartModule() it

Re: Module can't be loaded when host page has an element with id same as module name

2010-11-13 Thread Thomas Broyer
On 13 nov, 16:30, pash7ka pash...@gmail.com wrote: When I have a div id=test.../div on the host page and have module rename-to=test in the module xml file, this module can't be loaded (especialy in IE), because bootstrap code from module.nocache.js tries to create an iframe with the same id