-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
This is due to a change done in the ElementTracker to reset the child of the root element when stylesheets are updated on the root node.
There is a useless visit of all sub nodes that style the non visible with the parent of the root node (that doesn't contain any stylesheets). This has the effect to unstyle the element.
There is a useless visit of all sub nodes that style the non visible with the parent of the root node (that doesn't contain any stylesheets). This has the effect to unstyle the element.