Mouad Debbar

Results 90 comments of Mouad Debbar

We hit [similar](https://github.com/flutter/flutter/issues/162714) limits before and [increased](https://github.com/flutter/flutter/pull/162752) the timeouts from 30m to 60m. But that was only for Linux. As of earlier today, the timeout for Windows has been [increased](https://github.com/flutter/flutter/pull/169277)....

Thanks for the clarification! I'll let @matanlurey and/or @jtmcdole comment on the temporary timeout increase. I'm personally okay with increasing the timeout temporarily while we phase out the old code...

> If I create an issue to delete half of the tests and and TODO to reduce it the timeout does that give enough accountability that we think it will...

> 3\. Clean up an [existing timeout](https://github.com/flutter/flutter/issues/120901) that we had forgotten. Here: https://github.com/flutter/flutter/pull/169512

Few notes from a quick look: 1. This doesn't seem to be caused by the same root cause of https://github.com/flutter/flutter/issues/141975. 2. I wasn't able to repro this. The keyboard always...

Parts of this have landed already in https://github.com/flutter/flutter/pull/169313

As the HTML renderer has been deprecated and removed from the default Flutter SDK, we're now closing all issues that affect only the HTML renderer. For more information, please see:...

@IgorKhramtsov are you still seeing this issue?

Sorry for the delay and thanks for all your contributions! For desktop browsers, we had the same issue and it's fixed here: https://github.com/flutter/flutter/blob/1147f14a0410a2f80ad30080aa8368e8463d005a/engine/src/flutter/lib/web_ui/lib/src/engine/text_editing/text_editing.dart#L1613-L1621 Could you check if something similar would...