Giter Site home page Giter Site logo

Comments (2)

grokys avatar grokys commented on June 21, 2024 2

Ok, this one wasn't what I thought it was going to be!

Turns out that in the example above, the template bindings don't work even in 11.0.x. The only reason that they appear to work is that the two properties you're binding: Foreground and FontSize are inherited properties. The white foreground for example isn't coming from the TemplateBinding but is being inherited from the Button. The reason the template bindings don't work is that TextBlock doesn't have a templated parent! It's not part of the Button template - it's the button content.

You can test this out by adding a Tag property on the Button and trying to sett the TextBlock.Tag using a TemplateBinding in a style. The Tag won't be set on the TextBlock in either 11.0 or 11.1.

What changed from 11.0.x to 11.1 is that the failing template bindings now cause the default property value to take effect, blocking the inherited value. That behavior was changed for normal bindings in 11.0.0 (see #10189) but TemplateBinding was missed. #13970 simply made TemplateBinding have the same behavior as normal bindings.

Given that, I think I'm going to close this with "yes it's a breaking change, but the previous behavior was a bug".

from avalonia.

grokys avatar grokys commented on June 21, 2024

Bisected and confirmed caused by #13970.

from avalonia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.