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

Custom User Agent #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using 1.7.  When I change the User Agent string, OWS ceases to open many 
links.  To demonstrate:

1) Change user agent string to: "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 
5.1; Trident/4.0)"
2) goto www.google.com.
3) type something into the box and click search.  
4)  Nothing happens.  The link is not followed and no exception is thrown.  

Change the UA string back to default and it works fine.  

Some custom UA strings also work.  For instance: "mycustomuastring" works fine. 

I've been trying to wade through the code to see where the issue might be, but 
have been unsuccessfull.  

Thanks!

Original issue reported on code.google.com by james...@gmail.com on 26 Oct 2011 at 1:38

GoogleCodeExporter commented 8 years ago
This does seem to be a WebKit bug. You can post the bug here: 
https://bugs.webkit.org/

Within OWS there is nothing you can do.

Original comment by tsumalis96@gmail.com on 26 Oct 2011 at 12:24

GoogleCodeExporter commented 8 years ago

Original comment by tsumalis96@gmail.com on 24 Nov 2011 at 5:48