• mobileAccordionMenu does not collapse to othe initial position ( and other issues )

    By Ulrich Krause 10 years ago

    I am working with the core Domino 9.0.1 product and the “build-in” extlib.
    I encountered an issue with mobileAccordionMenu

    My source code is very basic. What I want to do is to present a language selector to the user using a mobileAccordionMenu

        <xe:outline >
            <xe:this.treeNodes>
                <xe:basicContainerNode label="Select Language">
                    <xe:this.children>
                        <xe:repeatTreeNode value="#{AvailableLanguages}"
                            var="rptEntry">
                            <xe:this.children>
                                <xe:basicLeafNode label="#{rptEntry}"
                                    styleClass="flag flag-de" enabled="true"
                                    image="/de.gif" imageHeight="30px"
                                    imageWidth="30px"/>
                            </xe:this.children>
                        </xe:repeatTreeNode>
                    </xe:this.children>
                </xe:basicContainerNode>
            </xe:this.treeNodes>
            <xe:this.treeRenderer>
                <xe:mobileAccordionMenu/>
            </xe:this.treeRenderer>
        </xe:outline>
    
    1. When collapsing the element, it does not go to the initial position/ height

    1. images do not work on mobile ( or in Safari with user-agent ipad )
    2. styleClass seems not to work. In Webinspector, I cannot see the assigned styleclass
    • By B Gleeson 10 years ago

      Thanks for raising these issues Ulrich. I've reproduced them using your provided code. Will investigate a bit further and create SPRs for the different issues.

      Just to check, you are using the OneUI IDX theme, is that correct? That's what I was using when I reproduced the issues.

      FYI, the image in your post is not working (but I know what it is meant to be showing).

      • By Ulrich Krause 10 years ago

        Thanks. Yes, I am using OneUI IDX

        I pasted the image from Firefox; but that does not seem to work :)

        • By B Gleeson 10 years ago

          Hi Ulrich. Thought you should know that there are several Mobile Accordion control fixes in the latest release of the ExtLib (v06), including fixes for the issues you highlighted above.

          If you try out the latest release, let me know if you spot any more problems with the accordion control