Question

In my Eclipse RCP Application, I am using SWT Browser to display HTML. I am displaying the HTML using setText() method. When tested on WinXP with Internet Explorer 6, I found that the inter links are not working and it simply displays about:blank#4. The about:blank is the name of the file and #4 is the link address where it had to jump. But its not working with IE 6...

This application works fine with Internet Explorer 7 and above. Any suggestions..??

Was it helpful?

Solution

It seems to be a bug in SWTBrowser. However it is closed and they won't fix it, because it works with IE7 and IE8. Based on the discussion it works however when you save it as file and call setURL()

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top