You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Carol Frampton (JIRA)" <ji...@apache.org> on 2013/02/13 19:04:12 UTC

[jira] [Resolved] (FLEX-33384) Caret visible in all textinputs after they've been selected once.

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

Carol Frampton resolved FLEX-33384.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex Next
         Assignee: Carol Frampton

Author: cframpton
Date: Wed Feb 13 18:01:26 2013
New Revision: 1445779

URL: http://svn.apache.org/r1445779
Log:
FLEX-33384.  When RET is in the inactive state there should not be a cursor showing.  Any selection will still show if selectionHighlighting='always'.

Modified:
    flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as

A mustella test should be written for this bug.

                
> Caret visible in all textinputs after they've been selected once.
> -----------------------------------------------------------------
>
>                 Key: FLEX-33384
>                 URL: https://issues.apache.org/jira/browse/FLEX-33384
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: TextArea
>    Affects Versions: Apache Flex 4.9.0
>         Environment: Windows 7 64bit, verified on many different hardware configurations
>            Reporter: Mikko Torniainen
>            Assignee: Carol Frampton
>              Labels: caret, focus, textarea, textinput
>             Fix For: Apache Flex Next
>
>
> Caret will stay blinking on textinputs and textareas after they have been once visited (focused) and the parent component loses focus.
> To produce:
> <s:VGroup>
> <s:TextInput/>
> <s:TextInput/>
> <s:TextInput/>
> <s:TextInput/>
> <s:TextInput/>
> </s:VGroup>
> Then for example switch to another application and back.
> Workaround is to switch back to 4.6 sdk.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Resolved] (FLEX-33384) Caret visible in all textinputs after they've been selected once.

Posted by Carol Frampton <cf...@adobe.com>.
You have a way to track this.  The ticket is resolved but not closed.  All
JIRA issues should be closed when they are completed.

Carol

On 2/13/13 1:50 PM, "Om" <bi...@gmail.com> wrote:

>On Wed, Feb 13, 2013 at 10:04 AM, Carol Frampton (JIRA)
><ji...@apache.org>wrote:
>
>>
>>      [
>> 
>>https://issues.apache.org/jira/browse/FLEX-33384?page=com.atlassian.jira.
>>plugin.system.issuetabpanels:all-tabpanel]
>>
>> Carol Frampton resolved FLEX-33384.
>> -----------------------------------
>>
>>        Resolution: Fixed
>>     Fix Version/s: Apache Flex Next
>>          Assignee: Carol Frampton
>>
>> Author: cframpton
>> Date: Wed Feb 13 18:01:26 2013
>> New Revision: 1445779
>>
>> URL: http://svn.apache.org/r1445779
>> Log:
>> FLEX-33384.  When RET is in the inactive state there should not be a
>> cursor showing.  Any selection will still show if
>> selectionHighlighting='always'.
>>
>> Modified:
>>
>> 
>>flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/
>>supportClasses/RichEditableTextContainerManager.as
>>
>> A mustella test should be written for this bug.
>>
>>
>>
>Do we have any way to track this?  Should we keep the JIRA ticket open
>until a Mustella test has been written and confirmed to have passed?  Or
>should we create a new JIRA ticket for the creation of the test?
>
>Thanks,
>Om


Re: [jira] [Resolved] (FLEX-33384) Caret visible in all textinputs after they've been selected once.

Posted by Om <bi...@gmail.com>.
On Wed, Feb 13, 2013 at 10:04 AM, Carol Frampton (JIRA) <ji...@apache.org>wrote:

>
>      [
> https://issues.apache.org/jira/browse/FLEX-33384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Carol Frampton resolved FLEX-33384.
> -----------------------------------
>
>        Resolution: Fixed
>     Fix Version/s: Apache Flex Next
>          Assignee: Carol Frampton
>
> Author: cframpton
> Date: Wed Feb 13 18:01:26 2013
> New Revision: 1445779
>
> URL: http://svn.apache.org/r1445779
> Log:
> FLEX-33384.  When RET is in the inactive state there should not be a
> cursor showing.  Any selection will still show if
> selectionHighlighting='always'.
>
> Modified:
>
> flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as
>
> A mustella test should be written for this bug.
>
>
>
Do we have any way to track this?  Should we keep the JIRA ticket open
until a Mustella test has been written and confirmed to have passed?  Or
should we create a new JIRA ticket for the creation of the test?

Thanks,
Om