Orko Garai
Orko Garai
Fix is in chromium version 139.
I tried on arch + sway version 1.9 with fcitx5-anthy and in my case it seems to be working fine, except for the candidate selection popup which doesn't work on...
> Would be great if you can post full `WAYLAND_DEBUG=1` logs for chromium in your setup. [wl_debug.txt](https://github.com/user-attachments/files/16530803/wl_debug.txt)
@q234rty do you still observe the original issue you were seeing with latest chromium and sway version? @DreamMaoMao I'm able to reproduce your issue in both sway 1.10.1 and Hyprland...
> Can you achieve the desired outcome by calling https://w3c.github.io/webdriver/#perform-actions with pointer actions https://w3c.github.io/webdriver/#pointer-input-source? Yes, I suppose so. I believe the original motivation for the chromedriver issue was that on...
> otherwise it should fallback to the pointer events that should result in touch events being emitted Right, it doesn't specify the pointer source though, and chrome seems to pick...
> I think we probably want to make it implementation defined, but I would expect it to broadly follow from the value of the [pointer media feature](https://drafts.csswg.org/mediaqueries/#pointer). This is a...
> So I think my preference is (6) — a SHOULD-level requirement, and that [doesn't preclude any WPT tests](https://web-platform-tests.org/writing-tests/file-names.html#:~:text=This%20flag%20should%20not%20be%20used%20for%20%E2%80%9CSHOULD%E2%80%9D;%20such%20requirements%20can%20be%20tested%20with%20regular%20tests%2C%20like%20%E2%80%9CMUST%E2%80%9D.): That sounds reasonable to me! Another possible set of options I...
fwiw this is the error I get after adding 48 to the metadata.json: `TypeError: (intermediate value).enable_unredirect_for_display is not a function`
After making the following change as per the [porting guide](https://gjs.guide/extensions/upgrading/gnome-shell-48.html#gjs) it starts to work somewhat, but not quite, e.g. the search light shows up using the keyboard shortcut but it...