|
Bugzilla – Full Text Bug Listing |
| Summary: | font high lighting during installation | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Martin Schmidkunz <mschmidkunz> |
| Component: | Installation | Assignee: | 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
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 *** |