When content of Select Item exceeds it's width, the horizontal scrollbar appears, but is aligned to the middle, not to the left. As a result, the user needs to scroll to the left each time select item is opened. I believe it's the property "allowEmptyValue:true" that causes the issue.
We would like to have it fixed.
1. SmartClient Version: v8.3p_2013-06-11/PowerEdition Development Only (built 2013-06-11)
2. Firefox 12.0, IE 10
6. sample code
isc.DynamicForm.create({
ID: "test", autoDraw: true, fields:[{name:"selectTest",
width:200, colSpan:"1",errorIconWidth:16,errorIconHeight:16,allowEmptyValue:true,
valueMap: {
"US" : "<b>this is an overly long ajdlajdlajflajflajlfajfalj</b>",
"CH" : "China",
"JA" : "<b>Japan</b>",
"IN" : "India",
"GM" : "Germany",
"FR" : "France",
"IT" : "Italy",
"RS" : "Russia",
"BR" : "<b>this is another verolajlajlgjagaghoaihgoia hwoghao igaoighaoihgoahgoahgoahgaoghaoihga</b>",
"CA" : "Canada",
"MX" : "agioahgoajhlgjaoigjagjaojgaoijgoaijgoiajgaojgoajgaoga",
"SP" : "wghouotwutwuaojfaoifjaoijfaoijfaoijfaoifjaojfaojfiaocnkneoijaffjaljglag"
}}]
});
We would like to have it fixed.
1. SmartClient Version: v8.3p_2013-06-11/PowerEdition Development Only (built 2013-06-11)
2. Firefox 12.0, IE 10
6. sample code
isc.DynamicForm.create({
ID: "test", autoDraw: true, fields:[{name:"selectTest",
width:200, colSpan:"1",errorIconWidth:16,errorIconHeight:16,allowEmptyValue:true,
valueMap: {
"US" : "<b>this is an overly long ajdlajdlajflajflajlfajfalj</b>",
"CH" : "China",
"JA" : "<b>Japan</b>",
"IN" : "India",
"GM" : "Germany",
"FR" : "France",
"IT" : "Italy",
"RS" : "Russia",
"BR" : "<b>this is another verolajlajlgjagaghoaihgoia hwoghao igaoighaoihgoahgoahgoahgaoghaoihga</b>",
"CA" : "Canada",
"MX" : "agioahgoajhlgjaoigjagjaojgaoijgoaijgoiajgaojgoajgaoga",
"SP" : "wghouotwutwuaojfaoifjaoijfaoijfaoijfaoifjaojfaojfiaocnkneoijaffjaljglag"
}}]
});
Comment