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

unable to open new window #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.click the link 
2.needs to open new window
3.nothing comes up (just like problem in gecko browser)

What is the expected output? What do you see instead?
while click on the existing link, it should open new window

What version of the product are you using? On what operating system?
OS: Windows7

Original issue reported on code.google.com by nirojdy...@gmail.com on 26 Jul 2012 at 6:39

GoogleCodeExporter commented 8 years ago
I used 
private void webKitBrowser1_NewWindowRequest(object sender, 
WebKit.NewWindowRequestEventArgs e){
       e.Url.Tostring;
}

But e.Url.Tostring is empty(null).So What to do ?

Original comment by nirojdy...@gmail.com on 27 Jul 2012 at 10:56

GoogleCodeExporter commented 8 years ago
Check the example project on how to use this feature. You must use 
NewWindowCreated and PopupCreated events since NewWindowRequest gives null Url 
(WebKit bug)

Original comment by tsumalis96@gmail.com on 6 Oct 2012 at 6:13

GoogleCodeExporter commented 8 years ago
Thanks for the information

Original comment by nirojdy...@gmail.com on 8 Oct 2012 at 5:03

GoogleCodeExporter commented 8 years ago
Thanks for the information

Original comment by nirojdy...@gmail.com on 8 Oct 2012 at 5:30