ICEfaces
  1. ICEfaces
  2. ICE-2335

<ice:panelBorder> when using 'bgcolor', the 'south' facet takes the same color

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.7DR#2
    • Fix Version/s: 1.7RC1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      When using, for example, bgcolor="black" or style="background-color: #000;" in <ice:panelBorder>, the 'south' facet is filled with the same background color, thus making it difficult to distinguish.

        Activity

        Hide
        yip.ng added a comment -

        Screenshot showing the problem.

        Show
        yip.ng added a comment - Screenshot showing the problem.
        Hide
        yip.ng added a comment -

        Screenshot showing the fix.

        Show
        yip.ng added a comment - Screenshot showing the fix.
        Hide
        yip.ng added a comment -

        The default background color is set to white in xp.css. You can override this with the base style class name + the facet name, e.g.:

        .pnlBrdrDemoSouth

        { background-color: #EEEEEE; }

        as is done in showcase_style.css.

        The default background color of the south facet panel was somehow left unset, making it transparent, allowing the background color (black in this case) of the component to show through.

        Show
        yip.ng added a comment - The default background color is set to white in xp.css. You can override this with the base style class name + the facet name, e.g.: .pnlBrdrDemoSouth { background-color: #EEEEEE; } as is done in showcase_style.css. The default background color of the south facet panel was somehow left unset, making it transparent, allowing the background color (black in this case) of the component to show through.

          People

          • Assignee:
            Unassigned
            Reporter:
            Arturo Zambrano
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: