Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.4.0
-
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>