diff --git a/zkdoc/release-note b/zkdoc/release-note index 6cac807c98..3998a4b696 100644 --- a/zkdoc/release-note +++ b/zkdoc/release-note @@ -11,6 +11,7 @@ ZK 10.1.0 ZK-5784: a fontawesome bug causes zk to lose all styles in Chrome and Edge ZK-5659: Tree only renders 50 nodes in client mvvm ZK-5677: Executions.schedule cause infinite loop if async event causes exception + ZK-5696: Nested Shadow element fails in ZK 10 * 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-5696.zul b/zktest/src/main/webapp/test2/B101-ZK-5696.zul new file mode 100644 index 0000000000..1a9b09b8fb --- /dev/null +++ b/zktest/src/main/webapp/test2/B101-ZK-5696.zul @@ -0,0 +1,32 @@ + + + + + +
+ +
+
+
+
+