ICEfaces
  1. ICEfaces
  2. ICE-6949

ace:tabSet with bottom orientation and internal ace:tabSet goes broken

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 2.0.2
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Windows, Linux

      Description

      Example:
      <h:body styleClass="ice-skin-sam">
        <ice:form id="tabSetForm">
        <ace:tabSet orientation="bottom" id="xxx">
        <ace:tabPane label="Tab One">
        <ace:tabSet id="zzzzz">
        <ace:tabPane label="Internal Tab One">
        <h:outputText value="Contents of internal tab one" />
        </ace:tabPane>
       
        <ace:tabPane label="Internal Tab Two">
        <h:outputText value="Contents of internal tab two" />
        </ace:tabPane>
        </ace:tabSet>
        </ace:tabPane>
        <ace:tabPane label="Tab Two">
        <h:outputText value="Contents of tab two" />
        </ace:tabPane>
        </ace:tabSet>
        </ice:form>
       </h:body>

      After first mouse move (onmouseover event activated?) tabbed panels going broken. Tabs of internal tabbed panel change their orientation to bottom (but it has orientation top!) and some tabs become inactive. It seems like there is a javascript problem.
      1. internalTabSet.xhtml
        1 kB
        Bronto Brontkevich
      1. after_mouse_move.png
        9 kB
      2. before_mouse_move.png
        6 kB

        Activity

        Bronto Brontkevich made changes -
        Field Original Value New Value
        Attachment internalTabSet.xhtml [ 13300 ]
        Attachment before_mouse_move.png [ 13301 ]
        Attachment after_mouse_move.png [ 13302 ]
        Bronto Brontkevich created issue -

          People

          • Assignee:
            Unassigned
            Reporter:
            Bronto Brontkevich
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: