Community
Participate
Working Groups
Event processing order is very important for jface/workbench functionality (see bug 320877). We need to double check it again (at least ShellEvent and MouseEvent).
The events processing order has been revised. Now events are ordered by the event type instead of event class. Thus the order MouseDown -> Selection -> MouseUp is now possible. Shell activate/deactivate events are now fired before the mouse events.