Page 1 of 1

HTML editor hiding combobox drop down list.

PostPosted: Thu Dec 10, 2015 7:28 am
by paras_kumari126
HTML editor hiding combo box drop down list..png
HTML editor hiding combo box drop down list..png (339.17 KiB) Viewed 3835 times


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.

Re: HTML editor hiding combobox drop down list.

PostPosted: Sat Dec 12, 2015 2:50 am
by Bernd.N
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.

Re: HTML editor hiding combobox drop down list.

PostPosted: Mon Jan 04, 2016 12:32 pm
by paras_kumari126
thanks for the answer Bernd , I have checked the same on servoy 7 and it seems to be working there.

Re: HTML editor hiding combobox drop down list.

PostPosted: Mon Jan 04, 2016 1:15 pm
by Andrei Costescu
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.