View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003764ParaView(No Category)public2006-09-12 12:282006-11-30 22:18
ReporterClinton Stimpson 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003764: test recording of menus doesn't work on Mac
DescriptionRecording 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0005342)
Berk Geveci (administrator)
2006-10-11 14:25

Is this still broken?
(0005345)
Clinton Stimpson (developer)
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 (developer)
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.

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team