Page 1 of 1

Input field cursor

Posted: Tue Jul 26, 2011 9:46 am
by tcj2001
Is there a way to move the cursor to the first position in the input field when its empty. current the cursor is set to the position where it is clicked

Re: Input field cursor

Posted: Tue May 10, 2016 9:24 am
by danielritzmann
Hi everyone,

We have the same issue.

Has this problem been solved or is a fix available?

Thanks for your answer in advance.

Daniel

Re: Input field cursor

Posted: Tue May 10, 2016 9:58 am
by Scott Klement
Maybe I don't understand the question, but... when I click an empty field in Genie it puts the cursor in the first position. I don't know if that changed since this forum post was originally made 5 years ago, but that seems to be how it works now.

Are you saying that its different for you?

Re: Input field cursor

Posted: Tue May 10, 2016 11:57 am
by danielritzmann
Hi

I have attached 2 screenshots.

When I click with the left mouse button in an empty field, our input field is fully marked (see picture 1).

When I click with the left mouse button into the middle of the marked empty field, the cursor is positioned in the middle of the field instead of the first position.

Our goal is to always position the cursor at the first position of the empty field regardless of the clicked field position.

The empty field is defined as follows in our 5250 dds source:

A DCKNAX 15A B 3 8TEXT('SUCHBEGR.NAME')
A OVRDTA
A 70 DSPATR(RI)
A 70 DSPATR(PC)

If you have further questions, feel free to ask.

Daniel

Re: Input field cursor

Posted: Tue May 10, 2016 6:18 pm
by Scott Klement
Daniel,

I am unable to reproduce the issue you describe on an empty field. It only positions in the middle on a field that already has data in it, which is the expected and correct behavior.

If you believe this to be a bug, then please file a bug report with support@profoundlogic.com -- forums are not the correct place to report bugs.

Re: Input field cursor

Posted: Wed May 11, 2016 3:39 am
by danielritzmann
Hi

We could solve the issue:

In the "Rendering Settings" we set the Overtype Mode to "false" and then it worked perfectly.
GenieOvertypeMode.docx
OvertypeMode
(44.54 KiB) Downloaded 212 times
Thank you.

Daniel

Re: Input field cursor

Posted: Wed May 11, 2016 4:08 pm
by Scott Klement
Thanks for letting us know!