View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010299ParaViewFeaturepublic2010-02-16 13:482011-09-01 13:31
ReporterKen Moreland 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionWhenPossibleFixed in Version3.12 
Summary0010299: Coprocessing plugin: No cancel on export state wizard
DescriptionThe export state wizard has Go Back and Continue buttons, but no cancel buttons. Thus, there is no clear way to cancel the wizard if, for example, you realize you made a mistake and want to correct it before exporting the state.

I later discovered that pressing esc seems to cancel the window. It wasn't obvious, though, and I went through the wizard several times unnecessarily before realizing it.
TagsNo tags attached.
Project
Topic Name
Type
Attached Filespng file icon exportstatedialog.png [^] (65,742 bytes) 2010-02-27 13:30


png file icon cpwizard-linux.png [^] (17,938 bytes) 2010-03-01 12:47


png file icon exportstatedialog2.png [^] (156,283 bytes) 2010-03-31 11:42

 Relationships

  Notes
(0019650)
Andy Bauer (developer)
2010-02-26 13:35

I wasn't able to recreate this behavior on my machine. Please verify that it is still a problem.
(0019657)
Ken Moreland (manager)
2010-02-27 13:31

Attached is a screenshot from my computer from ParaView CVS today. Notice that there is no "Cancel" button. There should be a cancel button.
(0019667)
Andy Bauer (developer)
2010-03-01 12:47

Here's a screen shot on my linux machine showing that it's not a problem there. I'll get on a mac and fix it there.

By the way, what version of qt are you using and what Mac OS version?
(0019668)
Ken Moreland (manager)
2010-03-01 13:07

I admit I am using Qt 4.5, not 4.6. My Mac OS is 10.5.8.
(0019669)
Andy Bauer (developer)
2010-03-01 14:09

As a side note, it looks like the coprocessing plugin does not work on any platform (at least on XP and ubuntu for me) with qt 4.5 since the "CoProcessing" and "Writers" menus don't appear. I'm still working on checking it out for both qt 4.5 and qt 4.6 on a mac.
(0019670)
Andy Bauer (developer)
2010-03-01 16:48

It looks like the MacStyle does not have the cancel button by default (see http://doc.qt.nokia.com/4.6/qwizard.html#wizardStyle-prop [^]). It was weird for me in that on my ubuntu machine if I changed the QWizard style to MacStyle I did get the cancel button with Qt 4.6. In any case, I changed the style to ModernStyle to make sure that we do not use MacStyle.

Let me know how this works out.
(0019686)
Alan Scott (manager)
2010-03-02 12:58

We expect that this is an old version of Qt. If this bug still exists after updating Qt, please re-open it.
(0020036)
Ken Moreland (manager)
2010-03-31 11:43

Nope. I upgraded to Qt 4.6.2 and I am still missing the Cancel button. I have uploaded a new screen shot.
(0020349)
Andy Bauer (developer)
2010-04-22 10:30

I tested this and it's fixed now. Apparently setting the WizardStyle to ModernStyle gets overridden on the mac. The fix was to use setOption(QWizard::NoCancelButton, false). This may be more information than desired but hopefully the next person that hits this problem sees this note :)

Thanks to Rob Maynard for pointing the fix out to me.

 Issue History
Date Modified Username Field Change
2010-02-16 13:48 Ken Moreland New Issue
2010-02-16 13:49 Ken Moreland Status backlog => tabled
2010-02-16 13:49 Ken Moreland Assigned To => Andy Bauer
2010-02-26 13:35 Andy Bauer Note Added: 0019650
2010-02-26 13:35 Andy Bauer Status tabled => @20@
2010-02-27 13:30 Ken Moreland File Added: exportstatedialog.png
2010-02-27 13:31 Ken Moreland Note Added: 0019657
2010-02-27 13:31 Ken Moreland Status @20@ => tabled
2010-03-01 12:47 Andy Bauer Note Added: 0019667
2010-03-01 12:47 Andy Bauer File Added: cpwizard-linux.png
2010-03-01 13:07 Ken Moreland Note Added: 0019668
2010-03-01 14:09 Andy Bauer Note Added: 0019669
2010-03-01 16:48 Andy Bauer Note Added: 0019670
2010-03-01 16:48 Andy Bauer Status tabled => @80@
2010-03-01 16:48 Andy Bauer Fixed in Version => Development
2010-03-01 16:48 Andy Bauer Resolution open => fixed
2010-03-02 12:58 Alan Scott Note Added: 0019686
2010-03-02 12:58 Alan Scott Status @80@ => closed
2010-03-31 11:42 Ken Moreland File Added: exportstatedialog2.png
2010-03-31 11:43 Ken Moreland Note Added: 0020036
2010-03-31 11:43 Ken Moreland Status closed => @20@
2010-03-31 11:43 Ken Moreland Resolution fixed => reopened
2010-03-31 15:19 Ken Moreland Status @20@ => tabled
2010-04-16 01:28 Utkarsh Ayachit Target Version 3.8 => WhenPossible
2010-04-22 10:30 Andy Bauer Note Added: 0020349
2010-04-22 10:30 Andy Bauer Status tabled => @80@
2010-04-22 10:30 Andy Bauer Resolution reopened => fixed
2010-04-27 15:00 Ken Moreland Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category Feature Request => Feature
2011-09-01 13:31 Utkarsh Ayachit Fixed in Version Development => 3.12


Copyright © 2000 - 2018 MantisBT Team