TEdit in some cases does not work correctly

Issue #115 resolved
Zoltan Karpati created an issue

If the Edit.TextSettings.Font.HorzAlign.Leading it works correctly otherwise (Center; Trailing) it does not work correctly.

Just insert some chars and try to position the cursor to the first / last char position (using mouse or 'Home' / 'End' buttons).

Comments (6)

  1. Eugene Kryukov repo owner

    It looks like it is a general firemonkey edit issue. Edit in this case work weird in all platform with different behavior. Continue investigation.

  2. Zoltan Karpati reporter

    I have tested it on Windows and macOS and it worked fine. It does not work correctly on Linux64 only.

  3. Eugene Kryukov repo owner

    On Windows - try to type new symbols to fill entire space and then press Home. On Mac OS - just take a look at cursor position.

    The point that, it is limitation of TEdit control and can't be fixed from Canvas side.

    We are going to investigate this again.

  4. Zoltan Karpati reporter

    Currently I would like to add characters to the end of the position. I will report it to Emba using the Q.C.

  5. Log in to comment