Adam Arold

Results 63 comments of Adam Arold

I can't reproduce this on Windows. This is probably an OSX issue. Since I don't have access to a Mac I'm not sure how this can be fixed :(

I dig this. 👍 I'm pretty sure there are some bugs lurking there, but we'll go through that bridge when we get there.

We do have a state transition lookup so it shouldn't mess with component states. The logic itself seems sound. I'd merge this then we can play around with the examples...

We already have a `ScrollBar`, it is just not integrated yet. The problem right now is that `Component`s can't be resized right now because resizing support would need a lot...

This sounds great. There is one problem with the `ScrollBar` though and I don't know a good solution for this. If you drag the scroll **button** itself, move it hen...

Yep, do you want to do it?

I'm looking at the other PRs right now.

I think this is masking, because outside of these `View`s the problem still persists. I'm not sure that there is a simple solution for this problem unfortunately. 😢

Can you elaborate a bit on what do you want to accomplish with this?

The mouse listener works with any Zircon object, not just `Component`s, that's why it doesn't have a relative position. You bring up a valid point though. Can you think of...