Some component (e.g Modal) created in page-include is not displayed properly Defect/Issue Description:
Modals, and (potentially) anything that makes use of z-index is not displayed properly if they are created from the page include.
Environment:
API Version: v2
Release:Boston (Main), Chicago
Release version: 13.0.15 (Main), 14.4.5
Platform: Salesforce
We’re using 13.0.15, but I also tested on 14.4.5.
Brief Summary of the Defect/Issue:
If there is a table with draws, and each draw has a page include, then the modals created by the page include will not be displayed properly.
This is due to the draw of the table making use of z-index. e.g draw 1 has z-index of 1, draw 2 has z-index of 2. If a modal is created by the first draw, then that modal will not be displayed behind draw 2, since the parent tag of the modal (the parent is draw 1, do div of draw 1) has a lower index than draw 2. Hence, y