You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Christopher Pollati (JIRA)" <ji...@apache.org> on 2015/06/03 22:35:38 UTC

[jira] [Updated] (FLEX-34877) Squiggly RTE when setting htmlText via AS3

     [ https://issues.apache.org/jira/browse/FLEX-34877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Pollati updated FLEX-34877:
---------------------------------------
    Description: 
*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 <mx:TextInput> if the TextInput looses focus.

  was:
*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*
* 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 <mx:TextInput> if the TextInput looses focus.


> 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
>
> *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 <mx:TextInput> if the TextInput looses focus.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)