View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003317 | Scribus | User Interface | public | 2006-03-02 16:16 | 2006-03-05 14:15 |
Reporter | christoph_s | Assigned To | cbradney | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | x86 | OS | Linux | OS Version | SuSE 10.0 |
Product Version | 1.2.5cvs | ||||
Summary | 0003317: Dialog shows "Yes" and "Yes" instead of "No" and "Yes" | ||||
Description | Don'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. | ||||
Tags | No tags attached. | ||||
Patch | |||||
duplicate of | 0002443 | closed | Layers Dialog show Yes and Yes on Suse 9.3 and ignores No |
2006-03-02 16:17
|
|
|
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 |
|
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. |
|
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. |
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 |
|
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 |