Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 845 Bytes

do-not-make-parent-assumption.md

File metadata and controls

15 lines (14 loc) · 845 Bytes
title description author ms.topic ms.date ms.service ms.subservice ms.author search.audienceType
do-not-make-parent-assumption Power Apps checker reference | Microsoft Docs
Power Apps checker rule reference for do-not-make-parent-assumption.
ecarrleemsft
reference
07/18/2022
powerapps
dataverse-maker
matp
maker

do-not-make-parent-assumption

Don't assume that the usage of global.parent, window.parent, window.opener, or this.parent from JavaScript web resources will result in the same context across versions or client types, for example mobile, tablet, and browser. Consider a different approach when attempting to interact with one of these contexts. For more information, go to best practices: avoid-window-top.