diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2024-03-27 15:41:50 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2024-03-27 18:03:19 +0100 |
commit | 261999bc552516a7dae0f96895259485e9ac77a2 (patch) | |
tree | 491bc250cc2746f6019be4eaca344185c5861010 /sw/source | |
parent | 6ddc398095bcbb288b1ef1ec3f01a52a615672f8 (diff) |
tdf#109272 sw: add form filling testcase
Open the document, press tab to switch to a field, start typing, nothing
shows up.
Looking at the doc model dump, it turns out we inserted characters
between the field start and the field separator dummy characters,
instead of the field separator and the field end ones, which is quite
bad.
Turns out that in the meantime commit
c80606bb23fd42e41710d70a96b7ffaf948384a6 (tdf#109272: make sure that
Delete / Backspace move cursor correctly, 2024-01-18) fixed this, kind
of by accident: the comment says the motivation there was change
tracking.
Add a testcase to to make sure this now continues to work.
Change-Id: I1a300d8064f7c2a30aafeefc6cb5612bfcd9a06a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165368
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/source')
0 files changed, 0 insertions, 0 deletions