Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Smart GWT V4.0, IE11

$
0
0
Issue 4:
In our application we are displaying some color static data in List grid. After selecting any particular record and doing edit on that record, displaying all data in Editor Screen which is designed with DynamicForm and rendered all data using Data-Source in that form. That Colored Static Data is not rendered as expected. It is showing as text field with this "<span class='remarkGood'>Good</span>" but non editable when it is running in IE11. But the same thing, when it is running in IE8, it is coming as expected.


The Static Code snippet is below:
String REMARK_GOOD = "<span class='remarkGood'>Good</span>"


CSS File code is below:
.remarkGood {
color: green;
font-size:12px;
font-family:Arial,Verdana,sans-serif;
font-weight:bold;
}

Please suggest how do we display this kind of Static Data in DyanmicForm.

We are using GWT 2.6.1(using gwt-servelet.jar,gwt-dev.jar), Smart GWT 4.0 (smartgwt.jar, smartgwtpro.jar),and Internet explorer 11.
Previously it was working fine in IE8, IE9 with GWT 2.3.0, smart gwt 3.0. The above codes are running fine in IE8. We are upgrading the above mentioned jars to run this application in IE11.

Note: if anyone need any information further, please reply.

Viewing all articles
Browse latest Browse all 4756

Trending Articles