ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-249

ee-component-showcase: Tab view selection is reset when orientation is changed

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: EE-2.0.0.Beta1
    • Fix Version/s: EE-2.0.0
    • Component/s: Samples
    • Labels:
      None
    • Environment:
      Server: Tomcat6
      Browser: FF & IE
    • Affects:
      Sample App./Tutorial

      Description

      1) Load the Tab view page
      2) Select tab2
      3) Change the orientation of tabs
      4) Notice tab2 is not selected any more.

        Activity

        Hide
        Ken Fyten added a comment -

        It would be nice to have the app. maintain the selected tab as it improves user-optics, otherwise might be confused for a bug.

        Show
        Ken Fyten added a comment - It would be nice to have the app. maintain the selected tab as it improves user-optics, otherwise might be confused for a bug.
        Hide
        Brad Kroeger added a comment -

        Revision 27159 - Re-factor component to wrap ace:tabSet, new tab source:

        <c:choose>
        <c:when test="#

        {empty selected}

        ">
        <ace:tabSet id="#

        {id}"
        style="#{style}"
        orientation="#{orientation}">
        <ui:insert/>
        </ace:tabSet>
        </c:when>
        <c:otherwise>
        <ace:tabSet id="#{id}

        "
        style="#

        {style}

        "
        orientation="#

        {orientation}

        "
        selectedIndex="#

        {selected}

        ">
        <ui:insert/>
        </ace:tabSet>
        </c:otherwise>
        </c:choose>

        Show
        Brad Kroeger added a comment - Revision 27159 - Re-factor component to wrap ace:tabSet, new tab source: <c:choose> <c:when test="# {empty selected} "> <ace:tabSet id="# {id}" style="#{style}" orientation="#{orientation}"> <ui:insert/> </ace:tabSet> </c:when> <c:otherwise> <ace:tabSet id="#{id} " style="# {style} " orientation="# {orientation} " selectedIndex="# {selected} "> <ui:insert/> </ace:tabSet> </c:otherwise> </c:choose>

          People

          • Assignee:
            Brad Kroeger
            Reporter:
            Mandeep Hayher
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: