Open GoogleCodeExporter opened 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
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
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
Both NewWindowCreated and PopupCreated work in r111
Original comment by tsumalis96@gmail.com
on 30 Dec 2011 at 11:27
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
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
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
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
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:
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
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
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
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
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
Original issue reported on code.google.com by
meirb...@gmail.com
on 2 Dec 2011 at 1:15