| Summary: | "About" page is not rendered correctly | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Luis Silva <lacsilva> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aiacovitti, imalchow, kde-artists |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdelibs/3a970387fd369c9409f892e9e7ace1ef06581f59 | Version Fixed/Implemented In: | 4.10 |
| Sentry Crash Report: | |||
| Attachments: | Screenshot showing the visual bug. | ||
|
Description
Luis Silva
2012-12-30 19:22:03 UTC
Created attachment 76096 [details]
Screenshot showing the visual bug.
Not an akregator issue. It's also reproducible in Konqueror. reducing the height to 15px in #boxBC removes the underline but I didn't find yet what to do for the top of the box. Some investigation shows, the problem lies in -khtml-background-size: 100%, at least horizontally, not vertically. Removing those lines on the top bar and the bottom bar (#boxTC and #boxBC) removes the noisy 1px line, even though it doesn't produce the expected result (scaling of background image), but i assume the bug is in this css call. Test files for the about box (compressed): http://www.neverendingo.de/khtml-testbox.zip |