I have script running in a web page, listening for a custom DOM event raised by a content script. It's running in an iframe, but again, it's not a content script, it's in-page script.
For some reason, when the event handler code in the web page executes, that script cannot cannot see window.top or window.parent, they are undefined. I've seen discussions about accessing window.top from content script, but this is not a content script -- it's web page script being invoked by an event raised by a content script. Is this expected, or a known bug, or do I need to isolate & repro? Thanks! -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
