View Issue Details

IDProjectCategoryView StatusLast Update
0011474ScribusUser Interfacepublic2017-04-29 04:57
Reporterchristoph_s Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSLinuxOS VersionOpenSUSE 12.1
Product Version1.5.0svn 
Target Version1.5.4Fixed in Version1.5.3.svn 
Summary0011474: Colour values are no longer being displayed in the "Colours and Fills" dialog
DescriptionIn 1.4.x, hovering the mouse pointer over a solid colour shows the actual colour values of the colour, which can be useful. In 1.5.0svn, however, the "mouse-over" result is always a lengthy info text. The latter should only be displayed when the mouse pointer is over the "Solid Colours" entry at the top of the dialog.
TagsNo tags attached.
Patch

Relationships

has duplicate 0011927 closedjghali Useless, missing and ugly tooltip(s) in the Colours and Fills dialog, as wll as the PP 

Activities

cbradney

2013-06-26 19:25

administrator   ~0030372

Its commented out:

bool ColorListBox::viewportEvent(QEvent *event)
{
    if (event != NULL)
    {
    /* commented out because of random crashes in the colorcombobox of the gradient editor
    if (event->type() == QEvent::ToolTip)
    {

jghali

2017-04-28 22:51

administrator   ~0043872

Was fixed in 1.5.3.svn by r21887

christoph_s

2017-04-29 04:57

administrator   ~0043873

Tested, fixed. Thanks.

Issue History

Date Modified Username Field Change
2013-03-30 06:29 christoph_s New Issue
2013-06-26 19:25 cbradney Note Added: 0030372
2014-01-07 07:51 jghali Relationship added has duplicate 0011927
2014-07-03 19:41 Kunda Target Version 1.5.0 => 1.5.1
2016-01-23 17:17 cbradney Target Version 1.5.1 => 1.5.3
2016-12-08 22:04 Kunda Target Version 1.5.3 => 1.5.4
2017-04-28 22:51 jghali Assigned To => jghali
2017-04-28 22:51 jghali Status new => resolved
2017-04-28 22:51 jghali Resolution open => fixed
2017-04-28 22:51 jghali Fixed in Version => 1.5.3.svn
2017-04-28 22:51 jghali Note Added: 0043872
2017-04-29 04:57 christoph_s Status resolved => closed
2017-04-29 04:57 christoph_s Note Added: 0043873