Kris Dages

Results 16 comments of Kris Dages

Re https://github.com/aurelia/router/issues/379 Commenting here because that issue was closed, but it would be a wishlist item for a backport... Similar to how globalResources lets you pass the constructor for a...

I signed the CLA a few years ago for an update to the logging library. Hopefully it's still valid, but I can do it again if I need to. Is...

Thanks for the tip... I had been using css.bind for a long time because I thought it was equivalent and avoided some browser-specific quirk with the word "style". I tried...

I'm not really worried about being able to work around the problem, I've already implemented something similar to fix my specific issue... I'm just concerned that there is a difference...

True, but if you bind the style property to an object, don't you expect the style properties to reflect the object (and only the object, unless you are mucking around...

I agree about undocumented behavior though; but maybe the more intuitive behavior should be documented rather than having a more surprising undocumented behavior remaining. I could be wrong about what...

Also, I just realized... I don't think using "unset" or "inherit" would actually do the right thing in the case where that property is also defined in the CSS class....

@fkleuver Agreed on the way the DOM treats `undefined`. That's actually why I believe this ISN'T behaving as expected. The binding of the style attribute to an object should make...

No, we are on the same page about what undefined does. I am suggesting that because setting undefined neither sets nor unsets the value, an undefined value should not be...

When I say the binding is not deterministic, what I mean is that I don't naturally consider a binding to be a series of applied instructions; rather I would expect...