Bug 431573

Summary: font high lighting during installation
Product: [openSUSE] openSUSE 11.1 Reporter: Martin Schmidkunz <mschmidkunz>
Component: InstallationAssignee: Jakub Steiner <jimmac>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P2 - High CC: tgoettlicher
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Martin Schmidkunz 2008-10-02 13:18:55 UTC
The finished steps during installation are not high lightened/bold anymore.
This way the user does not know, which steps were already performed.
Do you need any logs for this bug? If yes, which ones? y2log?
Comment 1 Stanislav Visnovsky 2008-10-03 08:40:02 UTC
Jakub, this is a bug.
Comment 2 Jakub Steiner 2008-10-06 17:21:26 UTC
addressed in svn. made the todo steps bold in addition to the color/value difference (#ddd vs #eee).
Comment 3 Jakub Steiner 2008-10-06 17:21:46 UTC
marking fixed
Comment 4 Jakub Steiner 2008-10-09 11:10:35 UTC
Reopening as the problem is not in the styling being too subtle, but the fact the stylesheet isn't applied at all.
Comment 5 Jakub Steiner 2008-10-09 11:15:49 UTC
Looks like all the steps remain being a TODO step. So the class selectors below don't do anything --

.current-step-name {
   border-radius: 4px;
   color: white;
   font-weight: bold;
}

.done-step-name {
   color: #dddddd;
   font-weight: normal;
}

.todo-step-name {
   color: #bbbbbb;
   font-weight: bold;
}

.todo-step-status {
   qproperty-pixmap: url(white-step-todo.png);
   max-width: 14px;
   min-width: 14px;
}

.done-step-status {
   qproperty-pixmap: url(white-step-done.png);
   max-width: 14px;
   min-width: 14px;
}

.current-step-status {
   qproperty-pixmap: url(white-step-current.png);
   max-width: 14px;
   min-width: 14px;
}

Yast people, any hints?
Comment 6 Stanislav Visnovsky 2008-10-09 11:19:44 UTC
Thomas, can you help Jakub? This is about Wizard during installation.
Comment 7 Thomas Göttlicher 2008-10-10 09:31:31 UTC
(In reply to comment #6 from Stanislav Visnovsky)
> Thomas, can you help Jakub? This is about Wizard during installation.
I'll look into that soon. At the moment we have a power outage in the office and  I work from home. But I don't have the required development environment at home. 
Comment 8 Thomas Göttlicher 2008-10-11 10:09:49 UTC
I tested the wizard with the Wizard3.ycp example from yast2-ycp-ui-bindings and latest yast2-qt using the installation.qss. 

'done-steps" are normal, while "todo-steps" are bold. That's exactly what the style sheet demands.

Perhaps I don't understand the problem. 
Could you please explain what's not working?
Comment 9 Jakub Steiner 2008-10-11 16:14:26 UTC
The installer in beta2 didn't. Let's reopen if it's there in beta3.
Comment 10 Martin Schmidkunz 2008-10-23 10:07:23 UTC
Reappears in beta 3 :-(
Comment 11 Thomas Göttlicher 2008-10-23 10:14:18 UTC
I guess it's a duplicate of bug #427632.
Comment 12 Martin Schmidkunz 2008-10-23 12:13:10 UTC
I guess you are right :-)

*** This bug has been marked as a duplicate of bug 427632 ***