• WidgetContainer displaying dropdown menu in wrong place

    By M Saiz 10 years ago

    Hi i already posted this question on stackoverflow; i have a problem with the xe:widgetContainer on my notes 9 server since installing the extentionlibrary 901v00_04.20140226-1506. Instead of displaying the dropdown menu on the right side it sticks it next to the container header. I already found the style thats causing the issue:

    .xsp .lotusSection2 .lotusSectionHeader {
    
    display: block
    width: 100%;
    

    }

    wich overwrites the style:

    .lotusui30 .lotusSection2 .lotusSectionHeader {

    display: table;
    width: 100%;
    

    }

    The new style is located in the oneui302xsp.css wich seems to get included by the extention library. I testet the same xPage wich does only contian a widgetContainer on my local computer wich runs an older version of the extention library and i found out that the oneui302xsp.css is missing and the dropdown menu is displayed in the right place.

    Is there a way to remove the onui302xsp.css? It also breaks some off my stylings to by overwriting the onuiv3.2 styles.

    Stackoverflow Question:

    http://stackoverflow.com/questions/23987994/widgetcontainer-displaying-dropdown-menu-in-wrong-place

    • By B Gleeson 10 years ago

      The css you've highlighted that is causing this issue was added to fix another reported issue (SPR# PHAN9CTH5K). But, as you've highlighted, that fix has inadvertently caused an issue with the dropdown menu. I can investigate a fix that will resolve this new issue, whilst preserving the fix for the previous issue. And hopefully get this into the next extension library release.

      As a work-around you could try adding the following (although I haven't tested it thoroughly):

      .xsp .lotusSection2 .lotusSectionHeader .lotusInner h2{width:100%;}
      

      The file oneui302xsp.css was added in release 901_v02 of the 901 extlib I believe. It contains a number of styling fixes for the OneUI v3.0.2 theme in XPages, so we wouldn't recommend trying to disable it entirely.

      If you have found other issues with it, then feel free to send them on to me -> brian.gleeson@ie.ibm.com

      • By B Gleeson 10 years ago

        Tracking this issue as SPR# BGLN9KQH4V. Thanks

    • By B Gleeson 10 years ago

      A fix for this issue went into release 7 of the 901 ExtLib