ICEmobile
  1. ICEmobile
  2. MOBI-1104

tabSet with bottom orientation will disappear when resized inside another container

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: EE 1.3.1.GA
    • Fix Version/s: EE 1.3.1.GA_P01
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      jsf icemobile

      Description

      will attach the documents for support case. Issue is on all desktop browsers when resizing slowly the test application with tabset orientation = "bottom"
      The tabs will disappear if doing the resize slowly.
      Customer has indicated this is a blocker issue.

        Activity

        Hide
        Judy Guglielmin added a comment -

        previous recomendation of :-
        .mobi-tabset.mobi-tabset-tabs-bottom > .mobi-tabset-tabs

        { position: fixed; bottom: 0; }

        no longer works when using :-
        /*
        Workaround to fix alignment issue with fieldsetRow in 1.3.1.GA
        JIRA http://jira.icesoft.org/i#browse/MOBI-1083
        */
        .mobi-fieldset-row>* ~ *:last-child {

        { float: none !important; }
        Show
        Judy Guglielmin added a comment - previous recomendation of :- .mobi-tabset.mobi-tabset-tabs-bottom > .mobi-tabset-tabs { position: fixed; bottom: 0; } no longer works when using :- /* Workaround to fix alignment issue with fieldsetRow in 1.3.1.GA JIRA http://jira.icesoft.org/i#browse/MOBI-1083 */ .mobi-fieldset-row>* ~ *:last-child { { float: none !important; }
        Hide
        Philip Breau added a comment -

        I don't see anything wrong or conflicting in the CSS. I would say this is probably a browser bug with parsing the complicated sibling selector. Reversing the two rules like so seems to avoid the issue.

        /*
        Workaround to fix issue where the tabset would not properly resize when you
        slowly resized the desktop browser window in 1.3.1.GA
        http://jira.icesoft.org/browse/MOBI-1082 fixed the main issue with IE8
        */
        .mobi-tabset.mobi-tabset-tabs-bottom > .mobi-tabset-tabs

        { position: fixed; bottom: 0; }

        /*
        Workaround to fix alignment issue with fieldsetRow in 1.3.1.GA
        JIRA http://jira.icesoft.org/i#browse/MOBI-1083
        */
        .mobi-fieldset-row > * ~ *:last-child {

        { float: none !important; }
        Show
        Philip Breau added a comment - I don't see anything wrong or conflicting in the CSS. I would say this is probably a browser bug with parsing the complicated sibling selector. Reversing the two rules like so seems to avoid the issue. /* Workaround to fix issue where the tabset would not properly resize when you slowly resized the desktop browser window in 1.3.1.GA http://jira.icesoft.org/browse/MOBI-1082 fixed the main issue with IE8 */ .mobi-tabset.mobi-tabset-tabs-bottom > .mobi-tabset-tabs { position: fixed; bottom: 0; } /* Workaround to fix alignment issue with fieldsetRow in 1.3.1.GA JIRA http://jira.icesoft.org/i#browse/MOBI-1083 */ .mobi-fieldset-row > * ~ *:last-child { { float: none !important; }

          People

          • Assignee:
            Philip Breau
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: