Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

@jelbourn this won't be fixed by #23350 because it only updates the main Google Maps typings, not the clusterer ones which are in a separate package. Reopening.

Caretaker note: this will likely cause some screenshot diffs, because focus lands on the selected date automatically when the calendar is opened. As long as the screenshot diff only shows...

It'll look exactly like it does at the moment, because we don't have focus indication for the selected date right now. It's not ideal, but it's still an improvement over...

This is definitely a problem, but as far as I can tell, there's no way around it. The problem is that native `dialog` elements are inserted into a special "top...

It does work, but I think that it'll be problematic for accessibility as well.

You're using a somewhat old version of the CDK. Do you see the same error with the newest version?

I haven't had time to look into this yet, but I wanted to note that this is a `console.error`, not a hard error so users won't be affected by it.

I tried to reproduce it in a new CLI app and I couldn't. Is it possible to isolate this further?

I was testing in Chrome as well. I don't think that https://chromestatus.com/feature/5093566007214080 is the issue, because we explicitly set `passive: false` on the listeners that we need to call `preventDefault`...