iraychen / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Save As doesn't do anything from the inspector window #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Drop the webkit control onto a Windows Form and navigate to a website.
2. Show the inspector and click on Resources.
3. Select the current page under the Frames folder.
4. Right click on the code in the right pane.
5. Clicking on the "Save As" item doesn't do anything.

What is the expected output? What do you see instead?
I was hoping that an event would be raised so I can show my own save as dialog 
box.  Nothing happens instead.

What version of the product are you using? On what operating system?
I am running open-webkit-sharp 2.8 on 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:17

GoogleCodeExporter commented 8 years ago
I couldn't find the Save As item in any context menu in the inspector. 
Interfering with the inspector is difficult because the only methods that we 
can use are the ones in <webview>.inspector(). and no other event is fired. So, 
what you attempt to do might not be possible via .NET

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