Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3072

Combobox's border space changed when focused with inplace="true"

XMLWordPrintable

      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>
      

            Unassigned Unassigned
            SEFI SEFI
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: