You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by pol2095 <po...@free.fr> on 2015/11/07 17:29:46 UTC

spark TextInput selectedRange not work correctly

Hello, 

I try this code, spark TextInput selectedRange not work correctly if
anchorPosition = activePosition



Please help.



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: spark TextInput selectedRange not work correctly

Posted by Harbs <ha...@gmail.com>.
If there is a bug, you should log it in JIRA with sample code which illustrates the problem.

Thanks,
Harbs

On Nov 11, 2015, at 10:54 PM, pol2095 <po...@free.fr> wrote:

> I find a workaround
> 
> 
> 
> 
> 
> --
> View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11474.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: spark TextInput selectedRange not work correctly

Posted by pol2095 <po...@free.fr>.
I find a workaround





--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11474.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: spark TextInput selectedRange not work correctly

Posted by pol2095 <po...@free.fr>.
spark TextInput

bug report :  https://issues.apache.org/jira/browse/FLEX-34953
<https://issues.apache.org/jira/browse/FLEX-34953>  



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11469.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: spark TextInput selectedRange not work correctly

Posted by Harbs <ha...@gmail.com>.
mx TextInout or spark TextInput?

You can try logging the bug in JIRA:
https://issues.apache.org/jira/browse/FLEX

On Nov 11, 2015, at 12:15 PM, pol2095 <po...@free.fr> wrote:

> you can test the problem at  http://pol2095.free.fr/TextInput_selectRange/
> <http://pol2095.free.fr/TextInput_selectRange/>  
> 
> I add a RichEditableText, it work, it's a TextInput bug.
> 
> 
> 
> --
> View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11464.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: spark TextInput selectedRange not work correctly

Posted by pol2095 <po...@free.fr>.
you can test the problem at  http://pol2095.free.fr/TextInput_selectRange/
<http://pol2095.free.fr/TextInput_selectRange/>  

I add a RichEditableText, it work, it's a TextInput bug.



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11464.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: spark TextInput selectedRange not work correctly

Posted by Harbs <ha...@gmail.com>.
Do you have a sample app that we could run to see this problem?

On Nov 11, 2015, at 8:27 AM, pol2095 <po...@free.fr> wrote:

> the bug occur on windows, not with the mobile theme.
> 
> 
> 
> --
> View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11459.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: spark TextInput selectedRange not work correctly

Posted by pol2095 <po...@free.fr>.
the bug occur on windows, not with the mobile theme.



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11459.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: spark TextInput selectedRange not work correctly

Posted by pol2095 <po...@free.fr>.
actual result :
<http://apache-flex-users.2333346.n4.nabble.com/file/n11450/actual.png> 

expected result :
<http://apache-flex-users.2333346.n4.nabble.com/file/n11450/expected.png> 



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/spark-TextInput-selectedRange-not-work-correctly-tp11440p11450.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: spark TextInput selectedRange not work correctly

Posted by Alex Harui <ah...@adobe.com>.

On 11/7/15, 8:29 AM, "pol2095" <po...@free.fr> wrote:

>Hello, 
>
>I try this code, spark TextInput selectedRange not work correctly if
>anchorPosition = activePosition
>

Please provide more detail about your scenario and expected vs actual
results.

-Alex