Guilherme Silva

Results 268 comments of Guilherme Silva

That one made things a bit more weird while editing the text, but it still works (in the video below I first edit *without* the import, and then after that...

Typing still works: https://github.com/nuttyartist/notes/assets/626206/8f83a718-2ae6-43eb-bdfd-ffead6e5ea2a

Revisiting as of Qt 6.7.1, and the issue is still present only on Wayland, unfortunately.

The latest version of Fedora is a probably a good choice, I think. @nuttyartist Though you can probably use Wayland with Pop!_OS too: Logout from the current session and choose...

If you do, please share the link to the bug report with us too. :)

I finally managed to reproduce this: [repro.zip](https://github.com/user-attachments/files/22084432/repro.zip) To test: ``` cmake -B build && cmake --build build && ./build/qtwayland_textarea_focus_bug ``` From what I understand of [Qt docs](https://doc.qt.io/qt-6/qwidget.html#createWindowContainer), `QWidget::createWindowContainer` (which we...

I found a more recent build job that ran on `20241006.1.0` and still sets `VCToolsRedistDir`: https://github.com/nuttyartist/notes/actions/runs/11383332274/job/31668737205#step:4:29 So this regression(?) was introduced with `20241015.1.0`.

> Could you please try the latest version `20241021.1 ` and please update us, Thank you. Still unset: https://github.com/guihkx/notes/actions/runs/11532828745/job/32105052408

This has been fixed in either [`20241104.2.1`](https://github.com/actions/runner-images/releases/tag/win19%2F20241104.2) or [`20241113.3.1`](https://github.com/actions/runner-images/releases/tag/win19%2F20241113.3) (this one is more likely though, since it bumps Visual Studio 2019 to `16.11.35425.106`). Test run on `20241113.3.1`: https://github.com/guihkx/notes/actions/runs/11532828745/job/33241425623

Just a reminder that this also affects 33.x, and there's a work-in-progress pull request for that here: https://github.com/electron/electron/pull/45180