ICEfaces
  1. ICEfaces
  2. ICE-10778

ace:progressBar - Missing CSS causing display issue

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P03
    • Fix Version/s: EE-3.3.0.GA_P04
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All
    • Assignee Priority:
      P2
    • Support Case References:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Add back in the CSS at a page or file level:

              <style>
                  .ui-progressbar {
                      height: 2em;
                  }
                  .ui-progressbar-value{
                      height: 100%;
                  }
              </style>
      Show
      Add back in the CSS at a page or file level:         <style>             .ui-progressbar {                 height: 2em;             }             .ui-progressbar-value{                 height: 100%;             }         </style>

      Description

      With the recent EE 3.3.0 P03 release the ace:progressBar no longer renders with a set/default height. With this release the following CSS seems to be missing:

                  .ui-progressbar {
                      height: 2em;
                  }
                  .ui-progressbar-value{
                      height: 100%;
                  }
      1. Case13529Example.zip
        19 kB
        Arran Mccullough
      1. ProgressBar-P02.jpg
        85 kB
      2. ProgressBar-P03.jpg
        84 kB

        Activity

        Hide
        Liana Munroe added a comment -

        Verified ICEfaces EE-3.3.0 maintenance branch r45877. Tomcat 7, IE 11, 10, 9, 8, 7, Chrome 43, FF 34.

        Show
        Liana Munroe added a comment - Verified ICEfaces EE-3.3.0 maintenance branch r45877. Tomcat 7, IE 11, 10, 9, 8, 7, Chrome 43, FF 34.
        Hide
        Judy Guglielmin added a comment -

        3.3.0 mtce branch rev 45877

        Show
        Judy Guglielmin added a comment - 3.3.0 mtce branch rev 45877
        Hide
        Arran Mccullough added a comment -

        Attached test case source code and screen shots of this test case.

        Show
        Arran Mccullough added a comment - Attached test case source code and screen shots of this test case.

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: