Summary: | window menu mouse handling not working properly | ||
---|---|---|---|
Product: | Wayland | Reporter: | Pekka Vuorela <pvuorela> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Pekka Vuorela
2012-09-25 15:52:33 UTC
This[0] patch fixes the issue when menu items get selected while moving the pointer around on the parent surface. [0] http://lists.freedesktop.org/archives/wayland-devel/2012-September/005543.html (In reply to comment #1) > This[0] patch fixes the issue when menu items get selected while moving the > pointer around on the parent surface. > > [0] > http://lists.freedesktop.org/archives/wayland-devel/2012-September/005543. > html This does fix the problem but it still does not give events relative to the menu, when the pointer is not over the menu. Fixed in commit f461eee2b0bc99e2d444544f9cb3d9e21200595d Author: Jonas Ådahl <jadahl@gmail.com> Date: Fri Oct 19 19:56:02 2012 +0200 window: Always pass focused widget to widget motion handlers Grabbed widgets should always receive motion events as if it was the widget that would receive it if no grab was active. This means that the focused widget should always be passed as the widget argument to widget motion handlers. This reverts commit 8c9c8fcf6e294f0446446d8e9bdfeb37294743c3. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.