Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT 4.3 browser displays IE 11 incorrectly(SWT 4.3 browser displays IE 11 incorrectly)
SWT 4.3 browser displays IE 11 incorrectly [message #1292095] Fri, 11 April 2014 14:07 Go to next message
Olga Shimko is currently offline Olga ShimkoFriend
Messages: 3
Registered: April 2014
Junior Member
I display html pages in SWT browser. I'm interested in IE 11. External browser displays everything correctly. But internal browser does not (width of droplist shotter than it should be in combobox).

I know that there is the bug about ie version in windows registry (9.11.9600.16428 instead of 11.0.9600.16428), and i manually corrected version in registry (HKEY_LOCAL_MACHINE\Software\Internet Explorer\Version).

So i think that swt browser uses IE11 mode.

When IE8 was installed on my computer everething worked correctly. The problem appeared since i have installed IE11.

i'm using jdk 1.6, windows 7 x64, IE 11, SWT 4.3.
Re: SWT 4.3 browser displays IE 11 incorrectly [message #1295242 is a reply to message #1292095] Mon, 14 April 2014 05:33 Go to previous messageGo to next message
Niraj Modi is currently offline Niraj ModiFriend
Messages: 48
Registered: November 2013
Member
Hi Olga,
There was a recent bug fix in SWT 4.4M3 w.r.t. IE10,IE11 browser compatibility: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404543
Suggest you to try any of the latest releases of Eclipse/SWT(version 4.4M3 & above), same you can download from below:
http://download.eclipse.org/eclipse/downloads/index.html

Thanks,
Niraj
Re: SWT 4.3 browser displays IE 11 incorrectly [message #1295780 is a reply to message #1295242] Mon, 14 April 2014 15:26 Go to previous message
Olga Shimko is currently offline Olga ShimkoFriend
Messages: 3
Registered: April 2014
Junior Member
Hi Niraj,

thank you for your answer.

I saw that commit, but it couldn't help me. Eclipse developers changed field they get ie version. But it's not a problem. I understood that no matter which version swt browser took. Html combobox shoul be displayed correctly in any ie version.

I attached screen with combobox. Html code:
<tr>
<td>Согласие</td>
<td>
<select style="width: 100%;">
<option>да</option>
<option>нет</option>
<option>&nbsp;</option>
</select>
</td>
</tr>

Thanks.
  • Attachment: 123.PNG
    (Size: 2.50KB, Downloaded 260 times)

[Updated on: Mon, 14 April 2014 15:27]

Report message to a moderator

Previous Topic:Accessibility problems in file dialog
Next Topic:Java 7 update 55 Mac broken
Goto Forum:
  


Current Time: Thu Apr 25 04:41:44 GMT 2024

Powered by FUDForum. Page generated in 0.03717 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top