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

RadioItem text not diplaying correctly for IE

$
0
0
Smarclient Version: v10.0p_2015-04-01/Enterprise Development Only

Bowser: IE11

After upgrading to 10.0, text for each Radio item is displaying in multiple lines instead of single. It doesn't look good from the UI perspective. This issue is there in IE browser only.

Screen shot of the issue as well as the expected result have been attached.

I have reproduce the issue using smartclient sdk and found that it's related to smartclient upgrade. Below is the code I for I used

isc.DynamicForm.create({
width: 300,
fields: [
{
name: "invalidCharOptions",
ID:"invalidCharOptions",
showTitle:false,
type: "radioGroup",
colSpan: "4",
defaultValue:"None",
required: true,
vertical: true,
showLabel: false,
valueMap:{
"None":"None",
"SubstituteCharacters" : "Substitute characters individually",
"SubstituteSequence" : "Replace characters then omit consecutive replacements",
"Remove" : "Remove characters",
"RemoveSpecial" : "Remove all characters except alphanumeric dash and period"
},

redrawOnChange:true
},

]
});

Attached Images
File Type: jpg Radio Item text issue.jpg (27.2 KB)
File Type: jpg Radio Item Text expected.jpg (29.1 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles