Bug 109737 - Content below div shows through along two of its edges
Summary: Content below div shows through along two of its edges
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsbin.com/exopib/1/edit
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 12:57 PST by Gabriel Schulhof
Modified: 2013-06-01 02:06 PDT (History)
2 users (show)

See Also:


Attachments
Web page illustrating rendering error. (618 bytes, text/html)
2013-02-13 12:57 PST, Gabriel Schulhof
no flags Details
Example of incorrect rendering (11.70 KB, image/png)
2013-02-15 00:55 PST, Gabriel Schulhof
no flags Details
Incorrect rendering corrected by hand by modifying the screenshot using the Gimp (11.68 KB, image/png)
2013-02-15 00:56 PST, Gabriel Schulhof
no flags Details
As rendered by Firefox 18.0.2 (8.50 KB, image/png)
2013-02-15 00:57 PST, Gabriel Schulhof
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Schulhof 2013-02-13 12:57:22 PST
Created attachment 188156 [details]
Web page illustrating rendering error.

If you look at the attached Web page you will see that, although the inner div is placed such that it's supposed to fill the outer div completely, because of the outer div's border the ensemble is rendered as if there was a gap along two of the edges of the outer div. If you unset the border on the outside div, it renders correctly.

I have seen this problem with

Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17
Comment 1 Alexey Proskuryakov 2013-02-14 13:30:40 PST
Testing in Safari on Mac, I'm seeing different behavior in 6.0.2 and in current nightly. This might be fixed already.

Can you please attach a screenshot with the issue, and also one for expected rendering?
Comment 2 Gabriel Schulhof 2013-02-15 00:55:53 PST
Created attachment 188502 [details]
Example of incorrect rendering
Comment 3 Gabriel Schulhof 2013-02-15 00:56:50 PST
Created attachment 188503 [details]
Incorrect rendering corrected by hand by modifying the screenshot using the Gimp
Comment 4 Gabriel Schulhof 2013-02-15 00:57:48 PST
Created attachment 188504 [details]
As rendered by Firefox 18.0.2
Comment 5 Gabriel Schulhof 2013-02-15 01:03:45 PST
Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.70 Safari/537.17

Still has the issue.
Comment 6 Robert Hogan 2013-05-19 10:17:02 PDT
This is a subpixel layout issue I'd say - I can only reproduce it with a zoom of 150% or so.
Comment 7 Gabriel Schulhof 2013-05-22 12:50:37 PDT
This issue is fixed in the latest version of Chrome (27.0.1453.93).