Note: I cannot actually repro the issue in https://issues.chromium.org/issues/500653052 to confirm that this fixes it, but I can confirm that it does not regress the previous fixes in https://chromium-review.googlesource.com/c/chromium/src/+/7091872 and https://chromium-review.googlesource.com/c/chromium/src/+/7746265.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Note: I cannot actually repro the issue in https://issues.chromium.org/issues/500653052 to confirm that this fixes it, but I can confirm that it does not regress the previous fixes in https://chromium-review.googlesource.com/c/chromium/src/+/7091872 and https://chromium-review.googlesource.com/c/chromium/src/+/7746265.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Wayland: skip pointer release if a surface has capture
Compositors should fire the pointer enter event for a new surface in the
same frame as the previous leave event, but sometimes they don't. Check
to see if Views still has pointer capture before releasing the pointer
instead of relying only on frame timing. This should make it more
reliable to hold down right-click to open a menu.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |