DelphinSoftware / vcl-styles-utils

Automatically exported from code.google.com/p/vcl-styles-utils
0 stars 0 forks source link

Behavior change: Menu does not close after second click #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open any menu by clicking on menubar (TMainMenu class)
2. Wait 1 sec or more
3. Click again on the same menu item.

What is the expected output? What do you see instead?
Menu should close, instead it does not close

What version of the product are you using? On what operating system?
Windows 7 x64, Delphi XE4

Please provide any additional information below.
Reproducible with "Vcl Styles Utils NC (Demo App)" 

Original issue reported on code.google.com by everyb...@gmail.com on 3 Nov 2014 at 12:27

GoogleCodeExporter commented 9 years ago
Hi,

This bug is not related to Vcl Styles Utils project.
if you disable StyleHook:
TStyleManager.SystemHooks := TStyleManager.SystemHooks - [shMenus];
You will always have the same issue.
In other words , it's related to TMainMenu component.
You should report your bug to Embarcadero.QC.

Original comment by ismspi...@gmail.com on 29 Nov 2014 at 2:32