Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 902622009E8 for ; Mon, 16 May 2016 02:46:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8EDFF160A1F; Mon, 16 May 2016 00:46:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8BA9160968 for ; Mon, 16 May 2016 02:46:13 +0200 (CEST) Received: (qmail 65419 invoked by uid 500); 16 May 2016 00:46:13 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 65395 invoked by uid 99); 16 May 2016 00:46:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 00:46:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E89412C1F5D for ; Mon, 16 May 2016 00:46:12 +0000 (UTC) Date: Mon, 16 May 2016 00:46:12 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34877) Squiggly RTE when setting htmlText via AS3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 16 May 2016 00:46:14 -0000 [ https://issues.apache.org/jira/browse/FLEX-34877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-34877: --------------------------------- Labels: easytest (was: ) > Squiggly RTE when setting htmlText via AS3 > ------------------------------------------ > > Key: FLEX-34877 > URL: https://issues.apache.org/jira/browse/FLEX-34877 > Project: Apache Flex > Issue Type: Bug > Components: Squiggly > Affects Versions: Squiggly 1.1, Apache Flex 4.14.1 > Reporter: Christopher Pollati > Labels: easytest > Attachments: SquigglyTest.fxp > > > *Steps to reproduce* > 1. Run the attached project > 2. Try resizing the window > *Expected results* > Window resizes and displays text with "squiggles" > *Actual results* > RTE occurs > *Error Detail* > {code} > TypeError: Error #1009: Cannot access a property or method of a null object reference. > at com.adobe.linguistics.spelling.framework.ui::SpellingHighlighter/drawSingleSquigglyLine()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ui/SpellingHighlighter.as:86] > at com.adobe.linguistics.spelling.framework.ui::SpellingHighlighter/drawSquigglyLine()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ui/SpellingHighlighter.as:67] > at com.adobe.linguistics.spelling.framework.ui::HaloHighlighter/squiggleWord()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ui/HaloHighlighter.as:116] > at com.adobe.linguistics.spelling.framework.ui::HaloHighlighter/drawSquiggleAt()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ui/HaloHighlighter.as:69] > at com.adobe.linguistics.spelling::SpellUI/spellCheckRange()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as:402] > at com.adobe.linguistics.spelling::SpellUI/doSpellingJob()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as:359] > at com.adobe.linguistics.spelling::SpellUI/spellCheckScreen()[/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as:326] > {code} > *Notes* > * A carriage return "\r" does this, however, it has occurred when the misspelled word ends right before an HTML tag. > * If RichTextEditor's htmlText is set via MXML, it display the text with the escape character and does not cause an issue. > * Also happens with a if the TextInput looses focus. -- This message was sent by Atlassian JIRA (v6.3.4#6332)