Section displayed twice
We have a harness which is used as a popup window.This harness has two sections One with the form inputting details and the other with the buttons for submitting the form data.
Specifically in higher environments we are observing a issue.The section with buttons is displayed twice.When I took the HTML from the browser, i can see the first section(DIV) is included in the initial section of harness dont know how.The other is displayed as normal like DIV included in harness.
<html>
<div>first section
<div>second section duplicated here</div>
</div>
<div>second section<div>
</html>