maui icon indicating copy to clipboard operation
maui copied to clipboard

ToolTipProperties.Text does not update when used in DataTemplate

Open MSicc opened this issue 10 months ago • 2 comments

Description

Trying to update the Text of ToolTipProperties.Text does not work when used in a DataTemplate

Tested to update:

  1. via Binding to a Boolean Value, using the BoolToObjectConverter from the Toolkit
  2. via Binding to a string in a ViewModel (to verify it does not work)

I use compiled bindings.

Steps to Reproduce

  1. Attach a ToolTipProperties.Text to any of the controls inside a DataTemplate
  2. Try to update the Text from the ViewModel

Link to public reproduction project repository

No response

Version with bug

8.0.20 SR4

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

macOS, I was not able test on other platforms

Affected platform versions

macOS 14.4.1

Did you find any workaround?

no

Relevant log output

No response

MSicc avatar Apr 15 '24 03:04 MSicc

Besides a description of what you're trying to do, please also add some code, ideally a reproduction project.

Thanks

jfversluis avatar Apr 15 '24 07:04 jfversluis

Hi @MSicc. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.