Combobox or other Component with attribute inplace="true", when focus-in, border and button was shown, the border increase a little space.
expect:
when focus on the Combobox with inplace="true", the space size around the Component will fixed.
<zk> <combobox value="default value" inplace="true"> <comboitem>one</comboitem> <comboitem>two</comboitem> <comboitem>three</comboitem> </combobox> <textbox inplace="true" value="Text 1"/> </zk>