[ros-bugs] [Bug 2561] Window Menu Problem

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Nov 20 05:46:46 CET 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=2561





--- Comment #1 from vicmarcal <vicmarcal at hotmail.com>  2008-11-20 05:46:45 CET ---
Tested in r37466:Still happens

STEPS to reproduce:

1)Open Notepad
2)Click in any Menu Item (File,.....,Help)
3)Moving the mouse through Menu Items roll up the submenu(as in Windows)
4)Moving the mouse over the Notepad icon also roll up its submenu( != Windows)

**In Windows you have to perform always a click to roll up the Notepad icon
submenu****

Why happens(i guess):

When making the Click( 2nd Step)we are making the click stuck so when moving
with the mouse through the Menu Items we dont have to perform clicks to show
their submenus.
This stuck-click make Notepad icon show us its submenu without need of clicking
on it.(wrong behaviour)

How to solve: A boolean fStuck.

"Stuck flag" sets to true while clicking in a Menu Item.
"Stuck flag" is false when clicking outside the Menu Item.

When Stuck flag is true(because we have clicked on a Menu item), Menu Items
doesnt need a Click to show their submenus(so automatically show us their
submenus without clicking on them),while Stuck Flag=false means  a click is
needed to show the items.

So before showing the submenu we have to check against this flag if a click is
or not needed to show it.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list