Tim Buschtöns

Results 21 comments of Tim Buschtöns

I think this is still an issue. #271 only fixed `NetworkBridge.prototype.attachWebSocket` method, but my understanding of the code is that `serverLookup` needs a similar fix for the client to find...

Considering there is already internal api doing this it's only a question of how the public API would look like. I don't see any good way to integrate it in...

Note to self: `animate` could also return an object with a `cancel` method that is an instance of a subclass of `Promise` so there is no breaking change but it's...

There are ambiguites with canceling animations: * Should the promise still reject as it does when the widget is disposed? (current behavior: yes) * What values should the animated properties...

It works fine when rewriting it to use only Promise, and it also works fine when dropping it in to a freshly generated tabris app using the default Jsx/JavaScript template....

Likely a result of the proxification of the original object.

It should also be noted that there are other miner differences between `Properties` and `Attributes`, and that in the future they may diverge even further when `Attributes` will for example...

# API draft: Adjusting the CSS API to our Tabris API and the yoga feature set. ## Parent/Container Things are pretty straight-forward for the container. For the property names we...

We will not remove the `flex` prefixes for the container properties after all.

`width`, `height` and `flexBasis` will be rendered as tuple `[percent, 0]` only if it's percent in `layoutData`, otherwise still `number` or `'auto'`.