ICEfaces
  1. ICEfaces
  2. ICE-5381

Regression: Panel Popup - width of the title bar

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Invalid
    • Affects Version/s: 1.8.2-EE-GA_P01
    • Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      1.8.2-ee and ICEfaces trunk
    • Affects:
      Compatibility/Configuration

      Description

      The title bar does not extend the entire width of the panel, which can be seen in test case ICE-2368 and ICE-2359 (repo\qa\trunk\Regression)

        Activity

        Hide
        yip.ng added a comment - - edited

        It is supposed to be like this after ICE-4700. To make it look "right", either remove the width and height from <ice:panelPopup> or add the following style:

        <style>
        .icePnlPop table

        {width: 100%}

        </style>

        See screenshot-1.

        The position of the close button is also determined by the user.

        See the example in component showcase on how the styling and positioning are done.

        Show
        yip.ng added a comment - - edited It is supposed to be like this after ICE-4700 . To make it look "right", either remove the width and height from <ice:panelPopup> or add the following style: <style> .icePnlPop table {width: 100%} </style> See screenshot-1. The position of the close button is also determined by the user. See the example in component showcase on how the styling and positioning are done.
        Hide
        Joanne Bai added a comment -

        Tests ICE-2359 and ICE-2368 have been modified as per Yip's suggestion, which turn out working fine afterwards. Close it.

        Show
        Joanne Bai added a comment - Tests ICE-2359 and ICE-2368 have been modified as per Yip's suggestion, which turn out working fine afterwards. Close it.

          People

          • Assignee:
            yip.ng
            Reporter:
            Joanne Bai
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: