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

        Mandeep Hayher created issue -
        Mandeep Hayher made changes -
        Field Original Value New Value
        Assignee Ken Fyten [ ken.fyten ]
        Ken Fyten made changes -
        Project ICEfaces [ 10021 ] ICEpack [ 10040 ]
        Key ICE-6628 IPCK-249
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Affects Version/s EE-2.0.0.Beta1 [ 10254 ]
        Affects Version/s 2.0.0-EE-Beta1 [ 10250 ]
        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.
        Ken Fyten made changes -
        Salesforce Case []
        Component/s Samples [ 10034 ]
        Fix Version/s EE-2.0.0 [ 10256 ]
        Affects [Sample App./Tutorial]
        Assignee Priority P3
        Assignee Ken Fyten [ ken.fyten ] Philip Breau [ philip.breau ]
        Priority Major [ 3 ] Minor [ 4 ]
        Ken Fyten made changes -
        Assignee Philip Breau [ philip.breau ] Brad Kroeger [ brad.kroeger ]
        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>
        Brad Kroeger made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P3

          People

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

            Dates

            • Created:
              Updated:
              Resolved: