| Summary: | css background image no-repeat scatters picture across table-cell | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Christof Zintel <zint3301> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christof Zintel
2006-05-16 14:16:11 UTC
*** This bug has been marked as a duplicate of 127189 *** Seems not to be dupe, because carewolf fix won't help on http://www.yigg.de SVN commit 543377 by carewolf:
No other property depends on background-image, and applying it before the
rest of the background short-hand breaks it under inheritance.
BUG:127444
M +0 -2 cssstyleselector.cpp
--- branches/KDE/3.5/kdelibs/khtml/css/cssstyleselector.cpp #543376:543377
@@ -756,7 +756,6 @@
case CSS_PROP_FONT:
case CSS_PROP_COLOR:
case CSS_PROP_DIRECTION:
- case CSS_PROP_BACKGROUND_IMAGE:
case CSS_PROP_DISPLAY:
// these have to be applied first, because other properties use the computed
// values of these properties.
@@ -1879,7 +1878,6 @@
case CSS_PROP_FONT_VARIANT:
case CSS_PROP_FONT:
case CSS_PROP_COLOR:
- case CSS_PROP_BACKGROUND_IMAGE:
case CSS_PROP_DISPLAY:
// these have to be applied first, because other properties use the computed
// values of these porperties.
|