Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: flyout textBlock wrapping with long text #1155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arieldelossantos
Copy link
Contributor

GitHub Issue: [Gallery][Skia.GTK] 'Help' Flyout 'Send Feedback' text is not displaying correctly, and the word 'Colors' is missing

PR Type

What kind of change does this PR introduce?

  • Bugfix

Description

flyout textBlock wrapping with long text

PR Checklist

Please check if your PR fulfills the following requirements:

  • Commits must be following the Conventional Commits specification
  • Tested UWP
  • Tested Skia GTK
  • Tested iOS
  • Tested Android
  • Tested WASM
  • Tested MacOS
  • Contains No breaking changes

    If the pull request contains breaking changes, commit message must contain a detailed description of the action to take for the consumer of this library. As explained by the Conventional Commits specification

Other information

image

@@ -245,6 +245,7 @@
<TextBlock x:Name="TextBlock"
Grid.Column="1"
Margin="12,0,0,0"
TextWrapping="NoWrap"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If everything works on Windows without this change, then this change masks an Uno bug and is only a workaround not a fix for the underlying issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, it actually doesn't work on GTK, all the platforms works without this change :/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then this is only a workaround. In case we went we such a workaround, make sure to have an issue open in unoplatform/uno repo and link the issue in a comment here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants