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

Combobox and Datebox scroll position in Borderlayout

XMLWordPrintable

      When we use attribute autoscroll="true" on a child of borderlayout and have combobox in this child (combo_scroll1.png), scrolling produces strange behavior - content of the combo stays on the page away from the combobox (looks like it has "position:fixed;", but it doesn't) (combo_scroll1.png). The same happens with datebox component.

      <window height="100%" border="normal">
      	<borderlayout>
      		<center autoscroll="true">
      			<div style="height: 10000px">
      				<combobox>
      					<comboitem>First</comboitem>
      					<comboitem>Second</comboitem>
      					<comboitem>Third</comboitem>
      				</combobox>
      				<datebox></datebox>
      			</div>
      		</center>
      	</borderlayout>
      </window>
      

        1. combo_scroll1.png
          11 kB
          polyvjk
        2. combo_scroll2.png
          11 kB
          polyvjk

            noahhuang noahhuang
            polyvjk polyvjk
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: