EasyUI Forum

General Category => Bug Report => Topic started by: xuexiaodong on July 07, 2015, 02:39:11 AM



Title: ComboGrid has bug if the title is too long
Post by: xuexiaodong on July 07, 2015, 02:39:11 AM
the ComboGrid in the version of 1.4.2 has bug .if the title text too long.
 and I use IE 10
for example  the select title is "Rattlesnake  Rattlesnake",but the textbox sometimes show the text "snake  Rattlesnake", hide the start text not the end text.



Title: Re: ComboGrid has bug if the title is too long
Post by: jarry on July 07, 2015, 05:59:57 PM
Please set the 'align' property to 'left' for your 'Product' column field.
Code:
{field:'productname',title:'Product',width:120,align:'left'},


Title: Re: ComboGrid has bug if the title is too long
Post by: xuexiaodong on July 07, 2015, 11:55:07 PM
Please set the 'align' property to 'left' for your 'Product' column field.
Code:
{field:'productname',title:'Product',width:120,align:'left'},
after select the item "Rattlesnake  Rattlesnake",the textbox can not show all the text  "Rattlesnake  Rattlesnake",but show the text "attlesnake  Rattlesnake",some word in the head can not see


Title: Re: ComboGrid has bug if the title is too long
Post by: jarry on July 08, 2015, 12:52:09 AM
Due to it's a IE10's bug, please set the combogrid's width to be wider.
Code:
<input class="easyui-combogrid" style="width:400px" ...>