ICEfaces
  1. ICEfaces
  2. ICE-4483

panelConfirmation title color (css bug in rime style)

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Incomplete
    • Affects Version/s: 1.8
    • Fix Version/s: 1.8.1
    • Component/s: None
    • Labels:
      None
    • Environment:
      1.8.0
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      add a stylesheet containing following text:

      .icePnlCnfHdr span{
          color:#484848;
      }
      Show
      add a stylesheet containing following text: .icePnlCnfHdr span{     color:#484848; }

      Description

      when using datatable whith row selector,
      if click on a commandbutton with panelConfirmation inside a selected row,
      title is printed white on white, because selected line style for span is applied instead of specific style for panelCondirmation header

        Activity

        Hide
        Adnan Durrani added a comment -

        Can't reproduced it. Please see the attached snapshot. Can you please attach a testcase.

        Show
        Adnan Durrani added a comment - Can't reproduced it. Please see the attached snapshot. Can you please attach a testcase.
        Hide
        Raphael Bertrand added a comment -

        I have not my code here, but i can describe it:

        I have a dataTable with row selector.
        On each row, i have an image button with inside a panel confirmation in order to confirm action on row.
        In panel confirmation i have a header with a panelGroup containing an outputText printing a label (and row id) and an output button

        When row is selected, outputText 's span has text writen white on white with rime theme (not tested with other themes), because it herit of .iceselectedRow span class overriding color property of .icePnlCnfHdr

        Show
        Raphael Bertrand added a comment - I have not my code here, but i can describe it: I have a dataTable with row selector. On each row, i have an image button with inside a panel confirmation in order to confirm action on row. In panel confirmation i have a header with a panelGroup containing an outputText printing a label (and row id) and an output button When row is selected, outputText 's span has text writen white on white with rime theme (not tested with other themes), because it herit of .iceselectedRow span class overriding color property of .icePnlCnfHdr
        Hide
        Ken Fyten added a comment -

        Note that the panelConfirmation is not intended to contain other components. It's functionality is limited to displaying with the associated labels and buttons as configured by its attributes.

        If you could attach a simple test case to illustrate the issue we could review it further.

        Show
        Ken Fyten added a comment - Note that the panelConfirmation is not intended to contain other components. It's functionality is limited to displaying with the associated labels and buttons as configured by its attributes. If you could attach a simple test case to illustrate the issue we could review it further.

          People

          • Assignee:
            Ken Fyten
            Reporter:
            Raphael Bertrand
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: