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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: