Bugzilla – Bug 431573
font high lighting during installation
Last modified: 2008-10-23 12:13:10 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?
Jakub, this is a bug.
addressed in svn. made the todo steps bold in addition to the color/value difference (#ddd vs #eee).
marking fixed
Reopening as the problem is not in the styling being too subtle, but the fact the stylesheet isn't applied at all.
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?
Thomas, can you help Jakub? This is about Wizard during installation.
(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.
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?
The installer in beta2 didn't. Let's reopen if it's there in beta3.
Reappears in beta 3 :-(
I guess it's a duplicate of bug #427632.
I guess you are right :-) *** This bug has been marked as a duplicate of bug 427632 ***