yhejazi2016 / open-webkit-sharp

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

cant delete items in hotmail deleted items folder #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in hotmail when deleting items from deleted  items folder normaly there is a 
dialog asking if you are sure you want to delete the item. with ows no 
dialog window is shown so you cant delete items.

by the way your OpenWebKitSharp Test.exe isnt using useragent so you should
add         UserAgent = "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, 
like Gecko) Chrome/15.0.874.121 Safari/535.2"

Original issue reported on code.google.com by meirb...@gmail.com on 7 Dec 2011 at 8:38

GoogleCodeExporter commented 8 years ago
There is no "a should use" user agent. The example uses WebKit's user agent and 
it is your choice whether to change it to Chrome's, Safari's, Firefox's etc. or 
keep it as it is.

As for Hotmail, you must use ShowJavaScriptConfirmPanel event, and use a 
confirmation messagebox so as to assign the ReturnValue, which if set to true 
will delete the mails, if to no it will not.

Original comment by tsumalis96@gmail.com on 8 Dec 2011 at 12:09

GoogleCodeExporter commented 8 years ago
your ShowJavaScriptConfirmPanel solved the problem for hotmail thanks!

i only mentioned useragent because your OpenWebKitSharp Test.exe is unable to 
show
hotmail normaly for testing i want to use OpenWebKitSharp your test.exe with 
hotmail and could not

Original comment by meirb...@gmail.com on 8 Dec 2011 at 1:29

GoogleCodeExporter commented 8 years ago
OK I am glad that you solved your problem!

Original comment by tsumalis96@gmail.com on 9 Dec 2011 at 8:11