New issue
Advanced search Search tips

Issue 593025 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Rendering Error

Reported by jma...@opera.com, Mar 8 2016

Issue description

Version: 51.0.2671.0
OS: Windows 7 - 64bits

What steps will reproduce the problem?
(1) Create file with HTML (see below) and open it in browser
(2) Scroll both divs down
(3) First have transparent (white) background-color (error!)! second have good - red one.

What is the expected output? What do you see instead?
First div background after scrolling is NOT red; first div background after scrolling (like second) should be red.

Please use labels and text to provide additional information.
HTML TEST

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>chrome-error</title>
</head>
<body>
<div style="position:absolute;left:10px;top:10px;width:800px;height:300px;background-color:red;overflow:auto">
<div style="position:absolute;left:10px;top:10px;width:300px;height:400px;background-color:blue"></div>
<div style="position:absolute;left:0;top:0;width:800px;height:300px;background-color:green"></div>
</div>
<div style="position:absolute;left:10px;top:320px;width:800px;height:300px;background-color:red;overflow:auto">
<div style="position:absolute;left:10px;top:10px;width:300px;height:400px;background-color:blue"></div>
<div style="position:absolute;left:0;top:0;width:799px;height:300px;background-color:green"></div>
</div>
</body>
</html>

 
Components: Blink>Paint
cr593025.html
755 bytes View Download
Labels: Needs-Feedback
Status: Unconfirmed (was: Untriaged)
I can't reproduce with Version 52.0.2743.75 beta-m (64-bit) on Windows or Linux.

Is this something we fixed in M52, or can you still repro there.
Project Member

Comment 4 by sheriffbot@chromium.org, Aug 25 2016

Status: Archived (was: Unconfirmed)
No feedback was received in the last 30 days from reporter "jmarin@opera.com", so archiving this. Please re-open or file a new bug if this is still an issue.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment