You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing a comma on client, it does not enter the space after the comma unless you double spacebar, thus causes an unnecessary space between clauses. It is very noticeable to other users and does not happen on Web.
If a user continues to click once and enter their message anyway, the message would just be entered like it was and the issue would not appear. This can be very unnecessary and misleading.
The first screenshot shows the issue and the second screenshot shows what it looks like if not double spaced.
Steps to reproduce the behavior:
Run Mac AO Client.
Use a comma in a sentence.
Press enter and see the issue.
Expected behavior:
No unnecessary space between commas.
Version:
OS: macOS Monterey 12.5
Version or branch: 2.10.1
The text was updated successfully, but these errors were encountered:
this looks like a kerning issue (font issue). The space between a comma and a subsequent character is not being calculated correctly by Qt's font engine. I bet if the font is changed for this text box the problem will go away, or if you change a qt parameter to use a different font engine.
in1tiate
added
the
ui
Issues related to the user interface (non-viewport related)
label
Sep 6, 2022
When typing a comma on client, it does not enter the space after the comma unless you double spacebar, thus causes an unnecessary space between clauses. It is very noticeable to other users and does not happen on Web.
If a user continues to click once and enter their message anyway, the message would just be entered like it was and the issue would not appear. This can be very unnecessary and misleading.
The first screenshot shows the issue and the second screenshot shows what it looks like if not double spaced.
Steps to reproduce the behavior:
Expected behavior:
No unnecessary space between commas.
Version:
The text was updated successfully, but these errors were encountered: