AW.UI.Combo dropdown not displaying visually
Hi I am having trouble with a combo not displaying correctly eg 6 entries only entry one being displayed on expand.
I have tracked it down to the following parameter somehow affecting the display.
margin 0 px and padding 0px
affect the dropdown capability.
eg padding 50px;
then i get some results.
this is surely a bug.
<style>
body { width: 98%; height: 100%; margin: 45px; padding: 0px; }
<style>
any help appreciated.
I have tracked it down to the following parameter somehow affecting the display.
margin 0 px and padding 0px
affect the dropdown capability.
eg padding 50px;
then i get some results.
this is surely a bug.
<style>
body { width: 98%; height: 100%; margin: 45px; padding: 0px; }
<style>
any help appreciated.
kevin
September 29,