ICEfaces
  1. ICEfaces
  2. ICE-2789

Panel Popup without fixed height is not adjusting its height to content

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7Beta1
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Icefaces 1.7.0Beta1
      Windows XP
      Tomcat 5.5
      Firefox 2.0 & IExplorer 7
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Set position of inner table to "relative", using css:

      .icePanelPopup table {
          position: relative !important;
      }
      Show
      Set position of inner table to "relative", using css: .icePanelPopup table {     position: relative !important; }

      Description

      When not setting the panelPopup component height to a fixed value, the panel is not adjusting its size to the content.
      This seems to be caused by an absolute positioning of the inner table in the panelPopup rendering, which was introduced with the fix to ICE-1490.

        Activity

        Hide
        Tanausú Cerdeña added a comment -

        Screenshot of a panelPopup without fixed height

        Show
        Tanausú Cerdeña added a comment - Screenshot of a panelPopup without fixed height
        Hide
        Tanausú Cerdeña added a comment -

        This issue is the same problem as reported in ICE-2785. Maybe this one should be marked as duplicated. Workaround still works for the test case of ICE-2785.

        Show
        Tanausú Cerdeña added a comment - This issue is the same problem as reported in ICE-2785 . Maybe this one should be marked as duplicated. Workaround still works for the test case of ICE-2785 .
        Hide
        Philip Breau added a comment -

        this is fixed in the current head build

        Show
        Philip Breau added a comment - this is fixed in the current head build

          People

          • Assignee:
            Unassigned
            Reporter:
            Tanausú Cerdeña
          • Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: