Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Platform UI detect focus out / mouse click

Stefan, 

It was in SearchField.java line 325, after shell.setVisible(nowvisible)

Best regards,
Patrik 

On 21 April 2017 at 00:01, Stefan Xenos <sxenos@xxxxxxxxxx> wrote:
Where were you listening for the mouse event? An event filter on the Display would probably catch the mousedown.

On Mon, Apr 10, 2017 at 11:40 PM, Patrik Suzzi <psuzzi@xxxxxxxxx> wrote:
Hi All, 

I found an issue on the QuickAccess, and I will need suggestion to understand how to solve it.

If I click to quick access, a popup menu opens, but when I click on a menu item, the quickaccess shell stays open, and the dropdown menu shows up. 


When I started debugging, I realized that no focus out event is triggered, and also no mouse event is triggered when the user clicks on a menu item. 


Is this the intended expected behavior for the Eclipse UI?
In this case, how can I detect when a menu is clicked?


Best regards,

Patrik Suzzi
Consultant Software Engineer,
Eclipse Platform Committer


_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top