Issue with spaces with sentence containing commas and periods. #235

issue edumorlom opened this issue on March 2, 2021
  1. edumorlom commented at 10:00 AM on March 2, 2021: none

    I am seeing space issues after periods and commas in the "Welcome to Bitcoin Core" screen. See the screenshot attached.

    Upon looking at the translation files, I don't see any immediate issues with the strings: https://github.com/bitcoin-core/gui/blob/54fc96ffa70ad3a53d32709101b7a2ce064d822e/src/qt/forms/intro.ui

    <img width="451" alt="Screen Shot 2021-03-02 at 10 51 53 AM" src="https://user-images.githubusercontent.com/11444894/109631154-f8ad5100-7b45-11eb-8222-af319ced62d1.png">

    I am running macOS Big Sur.

  2. edumorlom commented at 10:02 AM on March 2, 2021: none

    Seems to be a global issue, maybe?

    <img width="246" alt="Screen Shot 2021-03-02 at 11 01 20 AM" src="https://user-images.githubusercontent.com/11444894/109631890-b8020780-7b46-11eb-9969-fea99c760d89.png">

  3. hebasto commented at 3:24 PM on March 2, 2021: member

    Tested on Big Sur 11.2.2 (20D80) with a patch that allows select and copy the first paragraph:

    --- a/src/qt/forms/intro.ui
    +++ b/src/qt/forms/intro.ui
    @@ -51,6 +51,9 @@
          <property name="wordWrap">
           <bool>true</bool>
          </property>
    +     <property name="textInteractionFlags">
    +      <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
    +     </property>
         </widget>
        </item>
        <item>
    

    Then the selected text pasted into the TextEdit: Screenshot from 2021-03-02 17-19-19

    Text is fine.

    I think that the default macOS font issue is out of our scope.

  4. edumorlom commented at 7:54 PM on March 3, 2021: none

    Should we close the issue? @hebasto

  5. hebasto commented at 7:55 PM on March 3, 2021: member

    Should we close the issue? @hebasto

    Yes, I think.

  6. edumorlom closed this on Mar 3, 2021

  7. hebasto added the label macOS on Mar 5, 2021
  8. bitcoin-core locked this on Aug 16, 2022
Contributors
Labels

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/gui. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-25 07:20 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me