There is a MultiComboBoxItem on the form with values "ONE", "TWO", "THREE". If you select all these values, the item shows "THR…" instead of "THREE". This problem occurs by redrawing the filled item with disabled parent layout too. It works fine on FF, GC browsers, but on IE we can reproduce it by showcase too: Select horizontalReverse, and then enter some values, e.g. "Glue UHU Clear…" or "Spray…" Could you please check it?
http://www.smartclient.com/smartgwt/...bobox_category
IE Version 11.0.9600.17498 on Win8.1
SmartGWT Version: 4.1p BuildDate: Wed Sep 24 08:30:00 CEST 2014
http://www.smartclient.com/smartgwt/...bobox_category
Code:
MultiComboBoxItem item = new MultiComboBoxItem(); item.setLayoutStyle(MultiComboBoxLayoutStyle.HORIZONTALREVERSE); item.setName("Name"); item.setShowTitle(false);
SmartGWT Version: 4.1p BuildDate: Wed Sep 24 08:30:00 CEST 2014
Comment