https://bugs.documentfoundation.org/show_bug.cgi?id=153918
Bug ID: 153918
Summary: Special Characters dialog shows Space (0x20) twice and
lacks Exclamation mark (0x21)
Product: LibreOffice
Version: 7.6.0.0 alpha0+ Master
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: UI
Assignee: [email protected]
Reporter: [email protected]
In (some?) Windows (CI?), the Special Characters dialog has two entries for the
Space character (0x20), the second taking the place of the Exclamation mark
(0x21).
See for example output for the `BasicTestSpecialCharactersDialog` test at
https://ci.libreoffice.org/job/gerrit_windows/148609/consoleFull#551126502d893063f-7f3d-4b7e-b56f-4e0f225817cd:
* child 0: (0A6B2798) role=TABLE name="Select special characters in
this area." description="Special character selection"
* child 0: (0A9E84D0) role=TABLE_CELL name=" "
description="Character code 0x0020 (32)"
* child 1: (0A9EA8E8) role=TABLE_CELL name=" "
description="Character code 0x0020 (32)"
* child 2: (0AEB7F10) role=TABLE_CELL name="""
description="Character code 0x0022 (34)"
* child 3: (0AEB79E8) role=TABLE_CELL name="#"
description="Character code 0x0023 (35)"
I am not sure if it's specific to something in the CI environment or what
though. I don't have a Windows at hand to test, but a friend tested 7.4.3.2 on
a regular Windows 11 and didn't see the issue there. It can maybe depend on LO
version, Windows version, running the environment, etc?
--
You are receiving this mail because:
You are the assignee for the bug.