[attachment=1]HTML editor hiding combo box drop down list…png[/attachment]
I am using Servoy version 6.2 in my project in which I have an HTMLEditor with a combo box placed on its top but the problem is I am unable to view the combox’s dropdown list as the HTMLEditor is overlapping its dropdown list but when I changed its displayType to TEXT_FIELD it does not overlap its dropdown. I have also attached the sample project and some screenshot to elaborate the issue which I am facing. Please help me out to fix the issue.
The first thing you could do in such a case is to install the latest Servoy version 7.4.5 and test it there, in case your project does not depend on 6.2.
If it still does not work, you could file a case on the Servoy support system (support.servoy.com). In the mean time you could live with that behaviour and let the editor begin right of the listbox, while reducing the listbox width to about 50% of its current width. You could also put the listbox below the label “Currency:”, then you loose less space.
Is this Smart Client on windows? Java version might matter as well.
Maybe check to see if it’s not a z-index issue (although dropdown shouldn’t be affected by that). If you drag the combo/field to partially overlap the html editor does it get partially hidden by it?
Choose “Bring to front” on the combobox in designer and see if that helps.