Solved TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Report TD 5.x and 6.x bugs and possible workarounds.
LudwigWagner
Austria
Posts: 25
Joined: 01 May 2017, 20:18
Location: Arbesbach, Austria

TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by LudwigWagner » 21 Jan 2014, 17:20

Hello,
When editing text in a multiline text field, the ENTER key should move the insertion bar to the next line. In TD 6.2 SP1 only Ctrl+ENTER works in this way. If i press the ENTER key in a multiline text field or an editable multiline column of a table window, then the default button is triggered.
Is there a workaround?
Thank you!

Best regards
Ludwig

MSchmidt
Germany
Posts: 299
Joined: 03 Jul 2017, 09:28
Location: Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by MSchmidt » 21 Jan 2014, 21:44

can confirm this behavior

in TD 6.1 SP4 same bug.

in TD 1.5.1 ENTER inside a multi line field creates a new line (CRLF).

hope this could be fixed in the near future.

thank you
M.Schmidt

Uwe van der Horst
Site Admin
Site Admin
Germany
Posts: 629
Joined: 05 Mar 2017, 14:21
Location: Wetter (Ruhr), Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by Uwe van der Horst » 22 Jan 2014, 13:16

I can confirm this, too. In TD 5.2 it works, in TD 6.2 SP-1 a new line is created and then the default button is triggered. This should be fixed, please.
Best regards,
Uwe van der Horst
stp.one

VEspinal

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by VEspinal » 24 Feb 2014, 23:34

Hi All:

It is working for me unless I am missing something here.

Thanks

Victor Espinal
You do not have the required permissions to view the files attached to this post.

MSchmidt
Germany
Posts: 299
Joined: 03 Jul 2017, 09:28
Location: Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by MSchmidt » 25 Feb 2014, 09:24

In your sample a SAM_Click Action is missing.

Here are 2 samples

1. SalMapEnter in combination with SalSetDefButton

2. Pushbutton with keyboard accelerator ENTER

in both cases an ENTER in the multiline filed makes a new line but the SAM_Click Action
of the pushbutton is fired, too.

Especially if a Pushbutton has the keyboard accelarator "ENTER ", a normal working in a form window
with multilinefields is impossible!


kind regards
M.Schmidt
You do not have the required permissions to view the files attached to this post.

VEspinal

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by VEspinal » 05 Mar 2014, 00:20

Hi:

I have logged a defect TD-20648.

Thanks
Victor Espinal

Uwe van der Horst
Site Admin
Site Admin
Germany
Posts: 629
Joined: 05 Mar 2017, 14:21
Location: Wetter (Ruhr), Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by Uwe van der Horst » 10 May 2014, 09:42

This issue has not been fixed with SP-2. I hope that it is scheduled to be fixed in the next release.
Best regards,
Uwe van der Horst
stp.one

VEspinal

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by VEspinal » 12 May 2014, 18:58

Hi:

The resolution of this defect has not been scheduled yet.

We will inform you on any updates.

Thanks

Victor Espinal

MSchmidt
Germany
Posts: 299
Joined: 03 Jul 2017, 09:28
Location: Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by MSchmidt » 12 May 2014, 22:44

I'm sorry.

for me SP2 of TD 6.2 is a solution for this problem.

now an ENTER inside a multiline field creates a new line without any interaction with a button defined as a default button
or with a button with an accelerator "ENTER"



kind regards
M.Schmidt

Uwe van der Horst
Site Admin
Site Admin
Germany
Posts: 629
Joined: 05 Mar 2017, 14:21
Location: Wetter (Ruhr), Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by Uwe van der Horst » 13 May 2014, 08:25

@Mike: Thank you.
@M.Schmidt: I can confirm what you say, thank you too. I didn't find this in the fixed list for SP2 and in my application SalMapEnterToTab was set to TRUE by mistake. Sorry for the confusion.
There is one minor issue I want to mention: In multiline fields everything is perfect, when pressing Enter I have a line break. In Grid Column of type "Popup Edit" when pressing Enter I have two line breaks in TD 6.2 SP2 and one line break in TD 5.2. For us this has no importance.
You do not have the required permissions to view the files attached to this post.
Best regards,
Uwe van der Horst
stp.one

VEspinal

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by VEspinal » 13 May 2014, 17:07

Hi:

Tested and working ok with TD 6.1 SP5 and TD 6.2 SP2.

Thanks

Victor Espinal

EWetzel
Germany
Posts: 272
Joined: 07 Mar 2017, 12:08
Location: Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by EWetzel » 13 May 2014, 17:31

Hi,

I cannot confirm that the bug is solved with TD 6.2 SP2.

@mschmidt
now an ENTER inside a multiline field creates a new line without any interaction with a button defined as a default button
or with a button with an accelerator "ENTER"
in my case it creates a new line but also the button with the accelerator "Enter" in the Toolbar is executet.

Please test my samle, I tested on Windows 8.1 Prof. 64 Bit and Windows 7 Ultimate 64 Bit

enrico
You do not have the required permissions to view the files attached to this post.

VEspinal

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by VEspinal » 13 May 2014, 18:28

Hi:

Move your pushbutton out of the tool bar and place it on the outline with the multiline. (The original issue was reported this way.)

It works Ok on TD 6.2 SP2.

Thanks
Victor Espinal

EWetzel
Germany
Posts: 272
Joined: 07 Mar 2017, 12:08
Location: Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by EWetzel » 13 May 2014, 19:20

Hi,

should I open a new bug?

The last 20 years also my sample works, without execute the "Enter" button.

enrico

MSchmidt
Germany
Posts: 299
Joined: 03 Jul 2017, 09:28
Location: Germany

Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col

Post by MSchmidt » 13 May 2014, 20:25

indeed so it is!

the difference between the 2 samples is:

in your sample the button is an object inside a tool bar

And of course this is a normal situation.

so the problem is solved only for form windows without a tool bar

I hope we don't have to wait again half a year to solve this.

kind regards
M.Schmidt
You do not have the required permissions to view the files attached to this post.

Return to “Bug Reports”

Who is online

Users browsing this forum: [Ccbot] and 0 guests