Hi Isomorphic,
SelectItem (<div>-based), in contrast to ComboBoxItem, SpinnerItem and DateItem (<input>-based) do not center their content vertically when calling setHeight(30).
Inherited FormItem.setTextAlign() only accepts Alignment and has no override for VerticalAlignment.
Is this missing or what is the suggested way to achieve vertical centring in SelectItems?
I'm using Simplicity skin from the current 4.1p nightly (v9.1p_2014-07-10) and tested in Chrome 35 (deployed) and Firefox 26 (Dev Mode).
Thank you and best regards,
Blama
SelectItem (<div>-based), in contrast to ComboBoxItem, SpinnerItem and DateItem (<input>-based) do not center their content vertically when calling setHeight(30).
Inherited FormItem.setTextAlign() only accepts Alignment and has no override for VerticalAlignment.
Is this missing or what is the suggested way to achieve vertical centring in SelectItems?
I'm using Simplicity skin from the current 4.1p nightly (v9.1p_2014-07-10) and tested in Chrome 35 (deployed) and Firefox 26 (Dev Mode).
Thank you and best regards,
Blama
Comment