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
695
1. Splitter hiding WebGrid context menu in FF 2. Splitter messing up Modal Popup focus
posted

1.  I have a web grid inside of splitter that hides my context menu when rendering in Firefox.

2.  I have a modal popup that is being shown but the right side pane of my splitter is taking the focus from my actual popup.  Can't figure if it's a z-index issue or what.  This also only happens in Firefox

Parents
No Data
Reply
  • 24497
    posted

    Hi,

    If you mean ModalPopup from AjaxToolkit, then various unusual things may happen. Particularly it sets fixed positions for elements and huge zIndexes. That is quite a challenge for an application if it uses elements on page with relative (like webgrid) or absolute positions, or if application uses its own external popups with smaller zIndexes.

    If it is that ModalPopupExtender, then since source codes are available and you may fix and recompile them, then you may consider to reduce/remove zIndexes and maybe replace fixed positions by absolute.

Children
No Data