zhangqd / chromiumembedded

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

CefRefPtr<CefBrowser> -> getFrameCount is not decrementing and framemap is holding old websites #1236

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I navigate my CefBrowser instance to a page containing some frames for the 
first time I get the correct framecount (e.g 5) and the map containing the 
frames is correct.

If I'm navigating to a single frame page or even to about:blank the framecount 
is still 5 and the map contains the pages which were loaded in the navigation 
before.

How can I update this map ?
I believe this should be done automatically.

I'm using cef3 r1650 on Windows 7.

Best regards,
Thomas

Original issue reported on code.google.com by tmax_...@yahoo.de on 25 Mar 2014 at 8:14

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 1842 and 2062 branch revision 1843.

Original comment by magreenb...@gmail.com on 24 Sep 2014 at 3:41