Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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..??

share|improve this question
Have you tried to open it direct from the IE6? And can you provide us the html code? – aphex Jan 10 at 12:40
@aphex- I am sending the HTML Code directly using the setText() method. Same way works correctly with IE7 or greater. – John Jan 10 at 12:46
IE6 is over 10 years old and has not been updated in ages. I would not be surprised if its just not supported anymore. – Scorpio Jan 10 at 13:02

1 Answer

up vote 1 down vote accepted

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()

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.