alderlopez / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Window name not passed to OnBeforePopup #538

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a window using javascript window.open(url, windowName)
2. Put a breakpoint in OnBeforePopup
3. Curse when you see that createInfo.m_windowName.str is null

What is the expected output? What do you see instead?
Expect to see window name passed through

What version of the product are you using? On what operating system?
CEF version: 1.1046.516
OS: Windows XP

Original issue reported on code.google.com by powerbf...@gmail.com on 2 Mar 2012 at 1:46

GoogleCodeExporter commented 9 years ago
I agree that the |name| parameter passed to BrowserWebViewDelegate::createView 
should be exposed via the CEF API. CefWindowInfo::m_windowName is intended as a 
parameter to the system CreateWindowEx() call, so it's probably more 
appropriate to add a new CefPopupFeatures::windowName attribute instead of 
re-purposing CefWindowInfo::m_windowName.

Original comment by magreenb...@gmail.com on 2 Apr 2012 at 4:53

GoogleCodeExporter commented 9 years ago
CEF1 has entered bug-fix-only maintenance mode. See 
http://magpcss.org/ceforum/viewtopic.php?f=10&t=10647 for details. If this 
issue applies to the current version of CEF3 please create a new issue.

Original comment by magreenb...@gmail.com on 11 Oct 2013 at 2:02