From 2a5f3a2000be910082ccae9f5cf28c91315fa6f1 Mon Sep 17 00:00:00 2001 From: Jumper Chen Date: Thu, 7 Nov 2024 17:28:29 +0800 Subject: [PATCH] ZK-5839: ZK-5839 Follow up on ZK-5696: missing nested shadow element after fix --- zkdoc/release-note | 1 + zktest/src/main/webapp/test2/B101-ZK-5839.zul | 35 +++++++++++++++++++ .../src/main/webapp/test2/config.properties | 1 + .../zktest/zats/test2/B101_ZK_5839Test.java | 33 +++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 zktest/src/main/webapp/test2/B101-ZK-5839.zul create mode 100644 zktest/src/test/java/org/zkoss/zktest/zats/test2/B101_ZK_5839Test.java diff --git a/zkdoc/release-note b/zkdoc/release-note index b4277a77be..590d6f282d 100644 --- a/zkdoc/release-note +++ b/zkdoc/release-note @@ -48,6 +48,7 @@ ZK 10.1.0 ZK-5833: ZK-423 regression on Android ZK-4960: Listbox doesn't keep scrollbar position when applying hflex="min" on a listheader in mobile ZK-4961: Unable to scroll in grid and listbox when using non-native scrollbar on mobile + ZK-5839: ZK-5839 Follow up on ZK-5696: missing nested shadow element after fix * Upgrade Notes + Remove Htmls.encodeJavaScript(), Strings.encodeJavaScript(), Strings.escape() with Strings.ESCAPE_JAVASCRIPT, and replace them with OWASP Java Encoder APIs instead. diff --git a/zktest/src/main/webapp/test2/B101-ZK-5839.zul b/zktest/src/main/webapp/test2/B101-ZK-5839.zul new file mode 100644 index 0000000000..56f3f3d004 --- /dev/null +++ b/zktest/src/main/webapp/test2/B101-ZK-5839.zul @@ -0,0 +1,35 @@ + + + + + +
+ +
+ + AAA + + BBB + + CCC + +
+
+
+