essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Web Inspector doesn't always stay embedded in the browser #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run a .NET program which has the open-webkit-sharp browser.
2. Display the web inspector
3. Restart the same program and show the inspector again.

What is the expected output? What do you see instead?
I expect that the web inspector remain embedded inside of the browser window.  
The first time it does, but subsequent times it shows in a separate window.

What version of the product are you using? On what operating system?
Using open-webkit-sharp browser 2.8 under Windows XP Pro (32 Bit)

Please provide any additional information below.
Visual Studio 2010 + .NET 4

Original issue reported on code.google.com by vbgu...@gmail.com on 9 Jun 2012 at 3:21

GoogleCodeExporter commented 9 years ago
It is probably more of a WebKit bug since inside OpenWebKitSharp there are not 
many abilities in interfering with the inspector apart from showing it and 
applying a few setings.

Original comment by tsumalis96@gmail.com on 28 Jun 2012 at 3:37