https://bugs.freedesktop.org/show_bug.cgi?id=43497

--- Comment #3 from Christopher Copits <[email protected]> ---
To reproduce the bug in existing code:

1. Click Tools > Options;
2. Navigate to LibreOffice > User Data;
3. Enter "ALB" (without quotes) in the initials field;
4. In the first name field, enter "Adam" (without quotes);
5. In the last name field, enter "Bucky" (without quotes);
6. Observe that the initials now contains "ABB"; the middle initial of "L" has
been overwritten.

After my change:

1. Click Tools > Options;
2. Navigate to LibreOffice > User Data;
3. Enter "ALB" (without quotes) in the initials field;
4. In the first name field, enter "Adam" (without quotes);
5. Observe that the initials field now contains an "A";
6. In the last name field, enter "Bucky" (without quotes);
7. Observe that the initials field now contains an "AB".

What I am changing:

Instead of letting the initials field contain the invalid "ABB" (which ignores
the middle initial), I cleared out the initials field completely.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to