Ticket T213730
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

ASPxMenu - The Full-width submenu scrolls with content

ASPxMenu - Change the default scrolling behavior for the EnableSubMenuFullWidth mode

created 10 years ago

Looking at the demo for the full width submenu there is a particular behavior I'd like to change.   Set your browser window's height to less than the height of the submenu, then with your mouse over the menu, scroll down.  The menu stays put and the page scrolls.  This may be by design but it has the effect of preventing a user from seeing what's on the rest of the menu.

I'd like to overwrite the element's style from fixed to relative, which I think will correct the behavior, but cannot find a way to do so (I presume it's buried in a script).   Any suggestions?  The CSS being written out is below:

element.style {    display: none;
    height: 256px;    left: 0;    overflow: visible;    position: fixed;              <-- would like to change this to 'relative' to allow scrolling of the submenu
    right: 0;    top: 47px;    visibility: hidden;    width: auto;    z-index: 20000;}
Thanks.

Answers approved by DevExpress Support

created 10 years ago (modified 10 years ago)

Hi,

I am happy to inform you that we have already fixed this issue in the context of the T196552: ASPxMenu - The Full-width submenu scrolls with content ticket. Just download and install the latest build (v2014 vol 2.5) to achieve correct behavior. Should you need further clarification, feel free to ask. I will be happy to help you.

Thanks,
Alessandro.

    Comments (1)

      Well alright.  Thank you much.

      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.