Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1185
Dropdown list appearing behind controls on std form
posted

I have reports from my users (along with screenshots) that occasionally dropdownlists are appearing behind other controls on a form. These are normal forms - simply controls in cells in a table, ususally within a WebPanel (not in a WebDialog, so its a separate problem to that reported elsewhere).

This only happens in IE (not Firefox). It happened in IE 7 and I told them to upgrade, which they did, but they are still reporting sporadic problems like this. The problem is that its inconsistent - the same form will not work, then start working...

What environmental scenario can trigger a z-order problem like this? Its not happening on any of my test systems so I'm at a loss as to what to recommend? Because its sporiadic (and NONE of my own CSS stlye affect z-order) there isn't exactly a code change I can make...

Parents
No Data
Reply
  • 24671
    posted

    Hi,

    Having the dropdown list absolutely positioned or not can cause these side-effects, depending on the elements configuration on the form. I would suggest to try setting EnableDropDownAsChild=false, it should make sure the list is always absolutely positioned and this will ensure it will appear on top on those scenarios.

    Hope it helps,

    Angel 

Children