- Jan
- 723
- 16
At least with v25.00.27 I have the following problems:
Scenario 1:
I use this string with 100 chars:
and open a querybox dialog and use the long string for the "Stichwort" field:
After press OK, I use the long string for input too ...
After press OK an entry in command history is generated as following, after I press the arrow up key ...
But this seems not correct and produces the following error after press Enter ...
Of course it should be "...%%test1" and NOT "...%test1" at the end of line.
Scenario 2:
After I use even a longer string with 300 chars, the TCC crashes! Of course this is not really a daily scenario - however: it should nevertheless not produce a crash IMHO.
Scenario 1:
I use this string with 100 chars:
Code:
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
and open a querybox dialog and use the long string for the "Stichwort" field:
After press OK, I use the long string for input too ...
After press OK an entry in command history is generated as following, after I press the arrow up key ...
But this seems not correct and produces the following error after press Enter ...
Of course it should be "...%%test1" and NOT "...%test1" at the end of line.
Scenario 2:
After I use even a longer string with 300 chars, the TCC crashes! Of course this is not really a daily scenario - however: it should nevertheless not produce a crash IMHO.