From 143d190a611a88f471cd80f6b18309e187cfb157 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Wed, 16 Jun 2021 17:29:02 +0200 Subject: [PATCH] XFA - Container wrapper must take the visibility of the wrapped content --- src/core/xfa/html_utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/xfa/html_utils.js b/src/core/xfa/html_utils.js index 9d4270631..44c7f3131 100644 --- a/src/core/xfa/html_utils.js +++ b/src/core/xfa/html_utils.js @@ -469,6 +469,7 @@ function createWrapper(node, html) { "maxHeight", "transform", "transformOrigin", + "visibility", ]) { if (style[key] !== undefined) { wrapper.attributes.style[key] = style[key];