From 7bc9e4eff8b686324c705178f927d4f1488fa13d Mon Sep 17 00:00:00 2001 From: Wim Jongeneel Date: Mon, 9 Mar 2026 13:58:24 +0100 Subject: [PATCH 1/5] Add warning about popups iwht URLs --- .../en/docs/refguide/modeling/pages/page/page-properties.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide/modeling/pages/page/page-properties.md b/content/en/docs/refguide/modeling/pages/page/page-properties.md index 8c87d3e1a3b..2c2b6a5642f 100644 --- a/content/en/docs/refguide/modeling/pages/page/page-properties.md +++ b/content/en/docs/refguide/modeling/pages/page/page-properties.md @@ -97,6 +97,10 @@ In simple e-commerce applications, the URLs can be configured as follows: * *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`) +{{% alert color="warning" %}} +We don't recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues with the pop-up being opened with no other page behind it. +{{%/alert %}} + ### Common Section {#common} {{% snippet file="/static/_includes/refguide/common-section-link.md" %}} From 470b4f5452de038576441671dd85fa49bb297239 Mon Sep 17 00:00:00 2001 From: Wim Jongeneel Date: Wed, 18 Mar 2026 11:09:20 +0100 Subject: [PATCH 2/5] Update page-properties.md --- content/en/docs/refguide/modeling/pages/page/page-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/pages/page/page-properties.md b/content/en/docs/refguide/modeling/pages/page/page-properties.md index 2c2b6a5642f..0a04ff7d417 100644 --- a/content/en/docs/refguide/modeling/pages/page/page-properties.md +++ b/content/en/docs/refguide/modeling/pages/page/page-properties.md @@ -98,7 +98,7 @@ In simple e-commerce applications, the URLs can be configured as follows: * *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`) {{% alert color="warning" %}} -We don't recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues with the pop-up being opened with no other page behind it. +We don't recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues. {{%/alert %}} ### Common Section {#common} From 9f0a3ee57525d82b264bccd6279f672ed16227b6 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:27:01 +0100 Subject: [PATCH 3/5] Update page-properties.md --- content/en/docs/refguide/modeling/pages/page/page-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/pages/page/page-properties.md b/content/en/docs/refguide/modeling/pages/page/page-properties.md index 0a04ff7d417..d75818a30bf 100644 --- a/content/en/docs/refguide/modeling/pages/page/page-properties.md +++ b/content/en/docs/refguide/modeling/pages/page/page-properties.md @@ -98,7 +98,7 @@ In simple e-commerce applications, the URLs can be configured as follows: * *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`) {{% alert color="warning" %}} -We don't recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues. +Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues. {{%/alert %}} ### Common Section {#common} From 6f80fa17575e931603b435bfe20c7f77743806a9 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 18 Mar 2026 14:29:06 +0100 Subject: [PATCH 4/5] Duplicate warning to Mx10 --- .../en/docs/refguide10/modeling/pages/page/page-properties.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide10/modeling/pages/page/page-properties.md b/content/en/docs/refguide10/modeling/pages/page/page-properties.md index 61f61b1c163..47f1b610315 100644 --- a/content/en/docs/refguide10/modeling/pages/page/page-properties.md +++ b/content/en/docs/refguide10/modeling/pages/page/page-properties.md @@ -83,6 +83,10 @@ In simple e-commerce applications, the URLs can be configured as follows: * *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`) +{{% alert color="warning" %}} +Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues. +{{%/alert %}} + ### Common Section {#common} {{% snippet file="/static/_includes/refguide10/common-section-link.md" %}} From fed09610a64a92856e47b72f333e4a179abdb8a8 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 18 Mar 2026 14:32:51 +0100 Subject: [PATCH 5/5] add change to mx9 --- .../en/docs/refguide9/modeling/pages/page/page-properties.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide9/modeling/pages/page/page-properties.md b/content/en/docs/refguide9/modeling/pages/page/page-properties.md index 8442ae91b79..b00101705a5 100644 --- a/content/en/docs/refguide9/modeling/pages/page/page-properties.md +++ b/content/en/docs/refguide9/modeling/pages/page/page-properties.md @@ -88,6 +88,10 @@ In simple e-commerce applications, the URLs can be configured as follows: * */order/{Id}* – the URL for a page with data from a particular `Order` (in a browser, the URL will look like `http://example.mendixcloud.com/p/order/3212449487634321`, wherein `3212449487634321` is the unique identifier of the `Order`) +{{% alert color="warning" %}} +Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues. +{{%/alert %}} + ### Navigation Section {#navigation} #### Visible For