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

In special case: Unproper HTML replacement after AJAX

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.4.0
    • 5.6.0
    • JavaScript
    • None

    Description

      If the fragment loaded by AJAX contains a <header> tag, there will be an html-block around the fragment like:

      <html>
        <head></head>
        <body>
          <tobago-panel><header>replacement</header></tobago-panel>
        </body>
      </html>
      

      exprected:

      <tobago-panel><header>replacement</header></tobago-panel>
      

      It occurs e.g. on the page https://tobago-demo.apache.org/demo-5-snapshot/content/080-sheet/30-event/Sheet_Event.xhtml
      Click the radio select to change the sheet below. After the request the <tobago-selgment-layout> tag is inside a <html><body>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: