View Issue Details

IDProjectCategoryView StatusLast Update
0001138NoesisGUIC++ SDKpublic2018-11-23 19:44
Reporterrealesmedia Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version2.0.2f2 
Target Version2.2.0Fixed in Version2.2.0b4 
Summary0001138: Hide context menu after focus inside
Description

I create custom context menu on right mouse button.
When context menu shows I can close it by clicking outside of the context menu.
If I click on active elements (such as slider, buttons, checkitems) inside custom context menu I can't close it by clicking outside.

I temporarily add OnMouseLeave event with next code:
menu->SetIsOpen(false);

but it crashed on Win7 in xaml view MouseMove().

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-08-24 09:14 realesmedia New Issue
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 10:20 sfernandez Assigned To => sfernandez
2018-11-22 10:20 sfernandez Status new => assigned
2018-11-22 10:20 sfernandez Fixed in Version => 2.2.0b4
2018-11-22 10:20 sfernandez Target Version => 2.2.0
2018-11-22 10:20 sfernandez View Status private => public
2018-11-22 10:20 sfernandez Platform => Any
2018-11-23 19:44 sfernandez Status assigned => resolved
2018-11-23 19:44 sfernandez Resolution open => fixed