View Issue Details

IDProjectCategoryView StatusLast Update
0003317ScribusUser Interfacepublic2006-03-05 14:15
Reporterchristoph_s Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Platformx86OSLinuxOS VersionSuSE 10.0
Product Version1.2.5cvs 
Summary0003317: Dialog shows "Yes" and "Yes" instead of "No" and "Yes"
DescriptionDon't know if this is yet another SuSE Qt bug, but if I choose "Revert to saved in 1.2.5cvs, I have the choice between "Yes" and "Yes". See screenshot.
TagsNo tags attached.
Patch

Relationships

duplicate of 0002443 closed Layers Dialog show Yes and Yes on Suse 9.3 and ignores No 

Activities

2006-03-02 16:17

 

revert_dialog.png (14,538 bytes)   
revert_dialog.png (14,538 bytes)   

cbradney

2006-03-02 19:25

administrator   ~0009006

As my dialog button reordering changes never went into 1.2.x, this must be a replication of 0002243. http://wiki.scribus.net/index.php/A_workaround_for_a_Qt3_bug_under_SuSE_9.3 has the workaround

christoph_s

2006-03-02 19:42

administrator   ~0009008

Craig, I'm not sure you're right. Here at my machine at home I have 1.2.4cvs from February 3 under SuSE 9.3 where the bug doesn't show up.

Also, the bug described 2243 was about wron behaviour of the "No" button. This one is about two "Yes" buttons.

cbradney

2006-03-02 20:11

administrator   ~0009009

Its the same issue, look at the code:

int t = QMessageBox::warning(this, QObject::tr("Warning"), "<qt>" + QObject::tr("The changes to your document have not been saved and you have requested to revert them. Do you wish to continue?") + "</qt>", QMessageBox::No | QMessageBox::Default, QMessageBox::Yes);

if (t == QMessageBox::No)
                        return;

Works here perfectly, however sorry, I mistyped the duplicate bug.

Issue History

Date Modified Username Field Change
2006-03-02 16:16 christoph_s New Issue
2006-03-02 16:17 christoph_s File Added: revert_dialog.png
2006-03-02 16:58 plinnell Status new => confirmed
2006-03-02 19:25 cbradney Relationship added duplicate of 0002243
2006-03-02 19:25 cbradney Duplicate ID 0 => 2243
2006-03-02 19:25 cbradney Status confirmed => resolved
2006-03-02 19:25 cbradney Resolution open => not fixable
2006-03-02 19:25 cbradney Assigned To => cbradney
2006-03-02 19:25 cbradney Note Added: 0009006
2006-03-02 19:42 christoph_s Status resolved => feedback
2006-03-02 19:42 christoph_s Resolution not fixable => reopened
2006-03-02 19:42 christoph_s Note Added: 0009008
2006-03-02 20:11 cbradney Note Added: 0009009
2006-03-02 20:11 cbradney Relationship added duplicate of 0002443
2006-03-02 20:11 cbradney Relationship deleted 0002243
2006-03-05 14:15 cbradney Status feedback => closed
2006-03-05 14:15 cbradney Resolution reopened => duplicate