This is an automated email from the ASF dual-hosted git repository. harbs pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 235f74651191ed0400c9aec832633733646dcb50 Author: Harbs <[email protected]> AuthorDate: Fri Mar 16 10:42:04 2018 +0200 Revert Label to span --- .../projects/Basic/src/main/royale/org/apache/royale/html/Label.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as index 1c4b6d1..39ab2f3 100644 --- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as +++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as @@ -175,7 +175,7 @@ package org.apache.royale.html COMPILE::JS override protected function createElement():WrappedHTMLElement { - addElementToWrapper(this,'div'); + addElementToWrapper(this,'span'); textNode = document.createTextNode(_text) as Text; element.appendChild(textNode); -- To stop receiving notification emails like this one, please contact [email protected].
