On Tue, Dec 1, 2009 at 3:36 PM, donaddon <[email protected]> wrote: > 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?
You're right that the content script issue is a known bug, but I haven't heard for the same problem outside of a content script. If you could isolate and repro, that would be helpful. Thanks, Adam -- 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.
