lovely0493 / open-webkit-sharp

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

in some cases NewWindowCreated will not trigered new window will not open #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
with version r70 some NewWindowCreated event that worked in r55 will 
not work and other that did not work in r55 work with r70 also in some cases 
after this not even right clicking and use menu "open link in new window"

example: http://itoto8.com/ click on blogtv link sqaure that should open new 
window with r70 it doesnt work and after this clicking and using menu "open 
link in new window" will not work any more

Original issue reported on code.google.com by meirb...@gmail.com on 2 Dec 2011 at 1:15

GoogleCodeExporter commented 8 years ago
Does this bug happen with the example project that comes with the build?

Original comment by tsumalis96@gmail.com on 2 Dec 2011 at 3:28

GoogleCodeExporter commented 8 years ago
using example project i found that a window that would be opened using 
NewWindowCreated now will use PopupCreated the above example will create this
this will only happen to the first browser we used not to new browser opened

Original comment by meirb...@gmail.com on 3 Dec 2011 at 10:10

GoogleCodeExporter commented 8 years ago
The PopupCreated is not very much functional because PolicyDelegate does not 
work... it should be fired when a popup was created not by the user's click, 
but automatically but for this PolicyDelegate is needed. I am working on this.

Original comment by tsumalis96@gmail.com on 4 Dec 2011 at 8:38

GoogleCodeExporter commented 8 years ago
Both NewWindowCreated and PopupCreated work in r111

Original comment by tsumalis96@gmail.com on 30 Dec 2011 at 11:27

GoogleCodeExporter commented 8 years ago
using r111 didnt solve the problem the web site should popup a logon
form that uses https it still isnt triggered

Original comment by meirb...@gmail.com on 30 Dec 2011 at 2:17

GoogleCodeExporter commented 8 years ago
Even if you use the PopupCreated in the same way as NewWindowCreated does not 
it work?

Original comment by tsumalis96@gmail.com on 30 Dec 2011 at 3:08

GoogleCodeExporter commented 8 years ago
yes even  PopupCreated will not work with this web site. other web browsers
have no problem with this website's popup logon window

Original comment by meirb...@gmail.com on 30 Dec 2011 at 3:32

GoogleCodeExporter commented 8 years ago
Could you please tell me exactly where that button is because the site is in a 
language that I don't know and I cannot find it. 

Original comment by tsumalis96@gmail.com on 31 Dec 2011 at 9:25

GoogleCodeExporter commented 8 years ago
i have add picture to this message  go to this address : 
https://www.taasuka.gov.il/Taasuka/Employee+Services/VacanciesSearch.htm

1(black) choose date 29/12/2011

2(red)  click search 

3(yellow) wait for search reult click on a result right column

there should be logon popup -there is none withe ows

hope you fix this thanks in advance

Original comment by meirb...@gmail.com on 31 Dec 2011 at 1:33

Attachments:

GoogleCodeExporter commented 8 years ago
I have fixed it for r112! Please confirm that my fix worked so that I can close 
the issue.

Original comment by tsumalis96@gmail.com on 31 Dec 2011 at 3:04

GoogleCodeExporter commented 8 years ago
you didnt updated the OpenWebKitSharp.dll in webkit folder the ones
you updateded give an error with WebKit.Interop.dll and will not load

Original comment by meirb...@gmail.com on 31 Dec 2011 at 3:24

GoogleCodeExporter commented 8 years ago
Download TortoiseSVN (http://tortoisesvn.net/), create a folder, right-click 
there, choose Create Repository and paste this url: 
http://open-webkit-sharp.googlecode.com/svn/

The WebKit.Interop.dll file can be found at either References folder or the 
Source/generated folder.

Original comment by tsumalis96@gmail.com on 31 Dec 2011 at 4:13

GoogleCodeExporter commented 8 years ago
the popup works now but i have to use net 4.0 since its asking JSCore.dll it 
will
not work with net 2.0

Original comment by meirb...@gmail.com on 31 Dec 2011 at 4:42

GoogleCodeExporter commented 8 years ago
Open OpenWebKitSharp.sln, go to the OpenWebKitSharp project and change its 
configuration to Debug_NET2 (or Release_NET2). Then, go to the project's 
settings and change target framework from 4 to 2 and press build. Open Windows 
Explorer and go to the OpenWebKitSharp's solution folder and inside the build 
folder you will find OpenWebKitSharp.dll and WebKit.Interop.dll. These are the 
files or .net 2

Original comment by tsumalis96@gmail.com on 1 Jan 2012 at 12:43