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 ebb115eb0a2b3112ddf0d37ce854593bc04d9863 Author: Harbs <[email protected]> AuthorDate: Thu Mar 15 16:59:38 2018 +0200 Label uses div --- .../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 39ab2f3..1c4b6d1 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,'span'); + addElementToWrapper(this,'div'); textNode = document.createTextNode(_text) as Text; element.appendChild(textNode); -- To stop receiving notification emails like this one, please contact [email protected].
