|
Re: Browser sometimes shows HTML source instead of rendering [message #467101 is a reply to message #467098] |
Tue, 24 January 2006 20:01  |
Eclipse User |
|
|
|
The SWT browser widget (on Windows) is a light wrapper around the IE libraries. It's quite likely that the difference you're seeing is a bug that got fixed (or broken) in the change between Windows SP1 and SP2. The version of SWT isn't going to matter particularly to this, and hyperthreading will play no part (other than rendering the pages faster :-) so I'd put it definitely down to the Windows service pack level.
FWIW IE does all sorts of different things depending on what DOCTYPE is given, charset (both in the HTML meta and in the response from the server, though if you're just setting text it'll just go from the meta entries in the HTML itself) and so on. IE calls this 'quirks mode' whilst pretty much everyone else refers to it as 'bugs mode'; changing the DOCTYPE just gives you different sets of bugs. Search the microsoft website for more information on the topic.
Alex.
|
|
|
Powered by
FUDForum. Page generated in 0.03776 seconds