[TYPO3-core] RFC: #16667: Bug: t3editor: typed text does not get replaced correctly by code completion on left side

Tobias Liebig mail_typo3 at etobi.de
Mon Dec 20 21:18:12 CET 2010


just found a minor CGL issue i'm going to fix on commit

}else{
should be
} else {

Am 20.12.2010 um 18:26 schrieb Tobias Liebig:

> Hej,
> 
> thanks for the patch, Stephan.
> 
> +1 on reading and testing.
> 
> i'm going to commit in about 24h, if no one complains.
> 
> 
> Am 18.12.2010 um 15:52 schrieb Stephan Petzl:
> 
>> Hey list,
>> This is an SVN patch request.
>> 
>> Type: Bug
>> 
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=16667
>> 
>> Branches:
>> trunk
>> 
>> Problem:
>> When using the code completion of the t3editor, there is currently a wrong behaviour when you type some characters (to narrow down the code completion result list). After pressing return, the entered characters do not get replaced correctly. This bug only occures when you wait for some seconds before pressing return.
>> 
>> type following to reproduce bug:
>> 
>> t = TEXT
>> t.va[wait for 3 seconds and press enter]
>> 
>> the result will be
>> 
>> t = TEXT
>> t.valueva
>> 
>> Solution:
>> distinguish between replacing and inserting text at the cursor position.
>> see patch for details.
>> 
>> 
>> -- 
>> Best Regards
>> Stephan Petzl
>> http://www.ajado.com
>> <16667.diff>_______________________________________________
>> Before posting to this list, please have a look to the posting rules
>> on the following websites:
>> 
>> http://typo3.org/teams/core/core-mailinglist-rules/
>> http://typo3.org/development/bug-fixing/diff-and-patch/
>> _______________________________________________
>> TYPO3-team-core mailing list
>> TYPO3-team-core at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core
> 
> _______________________________________________
> Before posting to this list, please have a look to the posting rules
> on the following websites:
> 
> http://typo3.org/teams/core/core-mailinglist-rules/
> http://typo3.org/development/bug-fixing/diff-and-patch/
> _______________________________________________
> TYPO3-team-core mailing list
> TYPO3-team-core at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core



More information about the TYPO3-team-core mailing list