Bug 1775712 Comment 33 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I'm still unable to build windows 11 asan locally, rust is unhappy with loading some dlls and crashes, a non asan build works fine. on Try I could only confirm that the element is visible and waiting to focus it even longer doesn't help (document.activeElement is correct anyway). Repeating the key press also doesn't help. The element seems to properly receive the keypress event based on logging. It sounds more like a popupmanager issue. I'll try to get an interactive task and see if I can find more.

I think we can disable the test on windows ASAN anyway, considered how often it happens.
I'm still unable to build windows 11 asan locally, rust is unhappy with loading some dlls and crashes, a non asan build works fine. on Try I could only confirm that the element is visible and waiting to focus it even longer doesn't help (document.activeElement is correct anyway). Repeating the key press also doesn't help. The element seems to properly receive the keypress event based on logging. It sounds more like a popupmanager issue. I'll try to get an interactive task and see if I can find more, but it's unlikely.

I think we can disable the test on windows ASAN anyway, considered how often it happens.

Back to Bug 1775712 Comment 33