Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-2144

Popup loaded by ajax has wrong position

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0
    • 5.2.0
    • Core
    • None

    Description

      If a popup is loaded by ajax, the CSS class "position-relative" is set on the "tobago-popup"-Tag which leads to a wrong position.

      <tc:button id="ajaxButton" label="Open Popup" immediate="true">
          <tc:operation name="show" for="ajaxPopup"/>
          <f:ajax render="ajaxPopup" execute="ajaxPopup"/>
        </tc:button>
      
        <tc:popup id="ajaxPopup" collapsedMode="absent">
          <tc:box label="Popup">
            Simple Popup loaded by AJAX.
            <tc:button label="Close" omit="true">
              <tc:operation name="hide" for="ajaxPopup"/>
            </tc:button>
          </tc:box>
        </tc:popup>
      

      Attachments

        Issue Links

          Activity

            People

              lofwyr Udo Schnurpfeil
              hnoeth Henning Nöth
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: