Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Select Item: horizontal scrollbar always scrolled to the middle

    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"
    }}]
    });

    #2
    Fixed for tomorrow's 8.3, 9.0 and 9.1 builds, thanks for the clear test case.

    Comment


      #3
      Confirmed fixed

      Comment

      Working...
      X