MantisBT - ParaView
View Issue Details
0003764ParaView(No Category)public2006-09-12 12:282006-11-30 22:18
Clinton Stimpson 
Clinton Stimpson 
normalminoralways
closedfixed 
 
 
0003764: test recording of menus doesn't work on Mac
Recording menu events doesn't work on the Mac.
The mouse clicks and key presses aren't on Qt widgets, which the event recorder is assuming. QMenu still emits a triggered signal so maybe we can use that instead to record.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0005342)
Berk Geveci   
2006-10-11 14:25   
Is this still broken?
(0005345)
Clinton Stimpson   
2006-10-11 14:37   
Yes it still is. We have to reimplement the Menu recording class. Since we don't get mouse events that trigger the recording of the main window menu.
(0005659)
Clinton Stimpson   
2006-11-06 16:28   
/cvsroot/ParaView3/ParaView3/Qt/Testing/pqTestUtility.cxx,v <-- pqTestUtility.cxx
new revision: 1.2; previous revision: 1.1

Warn user if the QT_MAC_NO_NATIVE_MENUBAR environment variable is not set, and test recording is attempted.
Setting that variable will tell Qt to put the Menubar in the main window and we'll get QEvents for menu interactions, like we do on other platforms.