Conversation
2246cfe to
19c5a13
Compare
Previously the extension loading fallback would only try the first directory and then give up.
For some reason, calling HasSelection() immediately after SelectAll() causes the web extension to get stuck under WebKit 2.40. Instead of sleeping, call wxYield() a few times to let the event loop run a bit.
19c5a13 to
d352f58
Compare
It seems the window size isn't sorted out quite yet when the test starts, so GetCountPerPage() was returning one too few.
d352f58 to
d6264de
Compare
|
@swt2c Do you plan to return to this? |
|
Maybe eventually. I think the issue I ran into was that when I went to debug this locally, I ran into a bunch more test failures locally. I'm not really sure why. Perhaps HiDPI related or Wayland related? In any event, feel free to close this PR if it's been open too long without resolution. 😁 |
|
We can keep it open, it doesn't really cost us anything, I just wasn't sure if this wasn't completely abandoned. FWIW the tests using |
No description provided.