This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 40e7ad4  HTML NodeElementsBase is adding className="Group" to all its 
descendants since typeNames is not reseted
40e7ad4 is described below

commit 40e7ad42830fd8540942b7c103e556ed19d88c9b
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Mon Apr 9 12:56:17 2018 +0200

    HTML NodeElementsBase is adding className="Group" to all its descendants 
since typeNames is not reseted
---
 .../HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
 
b/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
index 098d9e0..a48a797 100644
--- 
a/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
+++ 
b/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
@@ -25,6 +25,8 @@ package org.apache.royale.html
         public function NodeElementBase()
         {
             super();
+
+            typeNames = "";
         }
 
         COMPILE::SWF

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to