I have a number of pages with comboboxes. When I run the simulation my comboboxes are not interactive. When I did this previously however they were interactive. Is there a logical explanation for this? As far as I’m aware I haven’t made any changes that would account for this.
1 answer
Hi Maaike, I think you could check these two possibilities:
1. Are your ComboBoxes covered by any transparent element?
2. Are your ComboBoxes have negative Z values?
A frequently happened case is that the combobox is placed in master page and a transparent element is placed in foreground page then covers the combobox, thus the mouse events are hijacked by the transparent element.
This question is now closed