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

Select field right border is not visible in RTL

$
0
0
Dear All,

execute the below code in RTL, then you can see that the right border of the select field is not visible, see the attached image

Code:


isc.DynamicForm.create({
    width: 500,
    fields: [{
        name: "shipTo", title: "Ship to", type: "select",
        hint: "<nobr>Overnight shipping available for countries in bold</nobr>",
        valueMap: {
            "US" : "<b>United States</b>",
            "CH" : "China",
            "JA" : "<b>Japan</b>",
            "IN" : "India",
            "GM" : "Germany",
            "FR" : "France",
            "IT" : "Italy",
            "RS" : "Russia",
            "BR" : "<b>Brazil</b>",
            "CA" : "Canada",
            "MX" : "Mexico",
            "SP" : "Spain"
        },
        imageURLPrefix:"flags/16/",
        imageURLSuffix:".png",
        valueIcons: {
            "US" : "US",
            "CH" : "CH",
            "JA" : "JA",
            "IN" : "IN",
            "GM" : "GM",
            "FR" : "FR",
            "IT" : "IT",
            "RS" : "RS",
            "BR" : "BR",
            "CA" : "CA",
            "MX" : "MX",
            "SP" : "SP"
        }
    }]
});

please advise on this

Version : SmartClient_v90p_2014-01-14_PowerEdition

Attached Images
File Type: png border-select.png (4.9 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles