Bug 312395

Summary: "About" page is not rendered correctly
Product: [Applications] konqueror Reporter: Luis Silva <lacsilva>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: aiacovitti, imalchow, kde-artists
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 4.10
Attachments: Screenshot showing the visual bug.

Description Luis Silva 2012-12-30 19:22:03 UTC
There is a visual glitch on the initial page of akregator where a white line is moved to bellow the main info box and the place where it should be is filled with random garbage. See the attached screenshot for an example.
This is not a major bug but it is ugly on the eyes.

Reproducible: Always
Comment 1 Luis Silva 2012-12-30 19:22:48 UTC
Created attachment 76096 [details]
Screenshot showing the visual bug.
Comment 2 Christophe Marin 2013-01-02 09:51:41 UTC
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.
Comment 3 Ingo Malchow 2013-01-02 13:58:17 UTC
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.
Comment 4 Ingo Malchow 2013-01-02 14:27:35 UTC
Test files for the about box (compressed): http://www.neverendingo.de/khtml-testbox.zip