Michael Bull

Results 79 comments of Michael Bull

In the absence of those APIs and an elegant solution, would fixing this regression be a possibility? Prior to its introduction, our application perfectly supported N many tooltips floating relative...

That's not relevant to our use case, however I concede that I would not be pushing for you to undo this to reintroduce another bug (the touch one). Once idea...

@mihkeleidast thanks for your input. I see your approach, however there is a key distinction in your behaviour vs the one in the original post. Hovering either of the tooltips...

Ah - I misunderstood. Apologies and thanks for your courtesy thus far. The "hoisting logic" of sharing the `open` state, the merged `describedby` etc is what I understood the purpose...

Ideally these tooltips would be siblings. They are not inherently children of one-another visually, they are both _adjacent_ to the text they are annotating. --- > I think your usecase...

> It seems like you want to attach tooltips to individual s that wrap particular sections of the text Sort of, but I was aiming to do this without having...

Hi @JKamue, thanks for the kind words. From a brief scan of your proposal I think I would write it along the following lines, but let met know if I'm...

I wonder if we want to extend the `binding`/`coroutineBinding` behaviour to, instead of exiting early on the first failure, collect all failures. Something like ```kotlin val validateResult: Result = binding...

I suppose this goes back to trying to understand what you were doing in the initial proposal. You were keen to have separate validations for e.g. validating an email independently...