Bug Report T319200
Visible to All Users

ASPxPopupControl - A modal popup is hidden behind another one when a nested drop-down editor is selected

created 9 years ago

Hi. I have 2 stacked modal popups open, which works fine. If the second popup contains an editor with a drop down window, like ASPxDateEdit or ASPxComboBox, then opening and closing the drop down breaks the layering and modal properties of the underlying popups. I've attached a project illustrating the problem.

Regards,
Stuart.

Comments (1)
Nastya (DevExpress Support) 9 years ago

    Hello Stuart,
    I managed to reproduce the issue and forwarded this ticket to our developers for further research. Please bear with us. We will notify you as soon as we have any results.

    Answers approved by DevExpress Support

    created 9 years ago

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Show previous comments (1)
      Alessandro (DevExpress Support) 9 years ago

        Hello,

        To process your recent post more efficiently, I created a separate ticket on your behalf: T333907: The type or namespace name 'EmptyResource' could not be found. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.

        DE DE
        Dmitry Evstratovski 9 years ago

          Hello Alessandro,
          I downloaded the hot fix DevExpressComponents-15.2.4.16013.exe installed it. I am running DevExpress 15.2.4.
          After the hot fix installation I noticed that all my tables had collapsed border by default. I went into source code to figure out the problem and found out that hot fix modified  DevExpress.Web\Css\System.css. The code that was added is:
          /* td paddings and spacing styles */
          table
          {
             border-width: 0;
             border-collapse: collapse;
             border-spacing: 0;
          }
          td,
          th
          {
             padding: 0;
          }
          The effect of this is that it affects all tables across the board which affects the original design drastically. This is not acceptable it must be fixed ASAP!
          Thank you
          Dmitri.

          DevExpress Support Team 9 years ago

            Hello,

            To process your recent post more efficiently, I created a separate ticket on your behalf: T335056: The System.css file is changed. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.