View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012201 | Scribus | User Interface | public | 2014-04-06 23:15 | 2015-02-23 18:04 |
Reporter | FirasH | Assigned To | jghali | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86_64 | OS | openSUSE | OS Version | 13.1 |
Product Version | 1.5.0svn | ||||
Target Version | 1.5.0 | Fixed in Version | 1.5.0svn | ||
Summary | 0012201: [PATCH] Empty tooltips in Preferences window | ||||
Description | In the Preferences window there are 2 empty tooltips that should not be there. They're shown as a small white rectangle, a tooltip without text. | ||||
Steps To Reproduce | 1) Go to File > Preferences... > User Interface > Start Up 2) Place the mouse over one of the 2 entries | ||||
Additional Information | Scribus 1.5.0 SVN (19017) | ||||
Tags | No tags attached. | ||||
Patch | |||||
|
Same thing for File > Preferences... > User Interface > Interactivity > "Time before resize or move starts" Reason (?): in the source file prefs_userinterface.cpp those tooltips are set as follows: tr( "" ) with nothing inside Solution: 1) Remove empty tooltips 2) Add text to the tooltip The entries that have the empty tooltip do not have one in 1.4.4, so I'll upload a .patch file in case the solution choosen is 1 (to save time). |
|
The tooltips are in the UI files, and at least the ones in the first part of this bug are in the ui files. It could relate to translation.. not sure. |
|
I was using the patch uploaded without reverting the file to the official one and seems to work. Any other ideas on how to fix this issue? |
|
Yes, I confirm. When hovering over these options empty rectangles appead (empty tooltips) |
|
What should these tooltips be ? |
|
I think this patch is correct after playing a bit trying to fix 0012507. Some tooltips are in .ui files and some others are in .cpp files. (Example: prefs_pdfexport.cpp and prefs_externaltoolsbase.ui) |
|
12201 (996 bytes)
Index: scribus/ui/prefs_userinterface.cpp =================================================================== --- scribus/ui/prefs_userinterface.cpp (revisione 19425) +++ scribus/ui/prefs_userinterface.cpp (copia locale) @@ -50,11 +50,7 @@ recentDocumentsSpinBox->setToolTip( "<qt>" + tr( "Number of recently edited documents to show in the File menu" ) + "</qt>"); fontSizeMenuSpinBox->setToolTip( "<qt>" + tr( "Default font size for the menus and windows" ) + "</qt>"); fontSizePaletteSpinBox->setToolTip( "<qt>" + tr( "Default font size for the tool windows" ) + "</qt>"); - resizeMoveDelaySpinBox->setToolTip( "<qt>" + tr( "" ) + "</qt>"); wheelJumpSpinBox->setToolTip( "<qt>" + tr( "Number of lines Scribus will scroll for each move of the mouse wheel" ) + "</qt>"); - showSplashCheckBox->setToolTip( "<qt>" + tr( "" ) + "</qt>"); - showStartupDialogCheckBox->setToolTip( "<qt>" + tr( "" ) + "</qt>"); - } void Prefs_UserInterface::restoreDefaults(struct ApplicationPrefs *prefsData) |
|
I applied your patch, thanks! Rather than removing the faulty lines, I just commented them out however as we might want some tooltip for those checkboxes ultimately. |
|
Thanks jghali! Fixed in 1.5.0.svn (19468). |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-06 23:15 | FirasH | New Issue | |
2014-04-08 18:39 | FirasH | Note Added: 0031655 | |
2014-04-08 18:46 | FirasH | File Added: prefs_userinterface.zip | |
2014-04-08 21:15 | cbradney | Note Added: 0031657 | |
2014-06-07 08:13 | FirasH | Note Added: 0032040 | |
2014-07-11 21:53 | Kunda | Target Version | => 1.5.1 |
2014-08-01 20:39 | Kunda | Status | new => feedback |
2014-08-01 20:39 | Kunda | Summary | Empty tooltips in Preferences window => [PATCH] Empty tooltips in Preferences window |
2014-08-04 02:37 | Kunda | Note Added: 0033169 | |
2014-08-04 02:37 | Kunda | Status | feedback => confirmed |
2014-08-06 19:48 | Kunda | Note Added: 0033189 | |
2014-08-08 17:07 | FirasH | Note Added: 0033210 | |
2014-08-08 17:08 | FirasH | Relationship added | related to 0012507 |
2014-08-08 17:16 | FirasH | Priority | low => normal |
2014-08-08 17:16 | FirasH | Severity | trivial => tweak |
2014-08-14 00:48 | FirasH | Relationship added | related to 0012604 |
2014-08-15 13:45 | FirasH | File Deleted: prefs_userinterface.zip | |
2014-08-15 13:45 | FirasH | File Added: 12201 | |
2014-08-17 22:36 | FirasH | Relationship added | related to 0012615 |
2014-08-19 09:10 | jghali | Note Added: 0033281 | |
2014-08-19 09:10 | jghali | Status | confirmed => resolved |
2014-08-19 09:10 | jghali | Fixed in Version | => 1.5.0svn |
2014-08-19 09:10 | jghali | Resolution | open => fixed |
2014-08-19 09:10 | jghali | Assigned To | => jghali |
2014-08-31 18:17 | FirasH | Note Added: 0033405 | |
2014-08-31 18:17 | FirasH | Status | resolved => closed |
2015-02-23 18:04 | cbradney | Target Version | 1.5.1 => 1.5.0 |