https://bugs.documentfoundation.org/show_bug.cgi?id=166270
Bug ID: 166270
Summary: Code completion misbehaves when typing the Arabic
character "ز" (which shares the same key position as
the period character ".") .
Product: LibreOffice
Version: 24.8.6.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
In the current version of LibreOffice, when typing the Arabic character "ز"
(which is positioned on the same key as the period character "."), code
completion is incorrectly triggered. This issue arises because LibreOffice does
not differentiate between the period and other characters on the same key, like
"ز". This causes unexpected behavior.
Steps to Reproduce:
1.Open LibreOffice and navigate to the code editor
2.Type "ز" in the editor.
3.Observe that code completion is triggered, even though the character is not a
period.
Actual Results:
Code completion is triggered when typing "ز", incorrectly interpreting it as
the period character.
Expected Results:
Code completion should properly distinguish between the period character "."
and other characters like "ز". It should not trigger code completion when
typing "ز" as it does with the period.
Reproducible: Always
User Profile Reset: No
Additional Info:
.
--
You are receiving this mail because:
You are the assignee for the bug.