Skip to content

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

<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.

3 participants