Chrome does not create a tab in a window opened by window.open() but in the parent window instead. This is according to http://crbug.com/15814 by design. Is it possible to change this behaviour with extensions?
The specific case is that I inject a chrome.tabs.create() link into a window.open() popup but would like the tab to be opened in the same window. -- 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.
