New issue
Advanced search Search tips

Issue 646321 link

Starred by 4 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Chrome stuck

Reported by agoloven...@gmail.com, Sep 13 2016

Issue description

Chrome Version       : 53.0.2785.101 m
URLs (if applicable) : None
Other browsers tested:
  Add OK or FAIL, along with the version, after other browsers where you
have tested this issue:
     Safari: -
    Firefox: OK
         IE: OK

The following HTML leads to page stuck:
<html>
<head>
	<style>
		.layoutHBox {
			position: relative;
		}

		.layoutHBox .layoutHBoxCell {
			position: absolute;
		}


		.valignBox {
			display: table;
		}

		.valignBox .valignBoxContent {
			display: table-cell;
			vertical-align: middle;
			width: 100%;
			height: 100%;
		}

		.tree {
			overflow: auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background-color: white;
		}

		.tree .listItemSelected {
			background-color: #C0E0F0;
		}

		.tree .listItemActive {
			outline: 1px dotted #999;
		}


	</style>
</head>
<body>
	<div class="layoutHBox" style="width: 100%; height: 100%; min-width: 230px; min-height: 20px;">
		<div class="layoutHBoxCell" style="top: 10px; bottom: 10px; left: 10px;">
			<div class="valignBox" style="width: 100%; height: 100%;">
				<div class="valignBoxContent" style="vertical-align: middle;">
					<div class="tree" tabindex="0" style="width: 200px; height: 100%;">
						<div class="treeItem"><div class="icon sprite-tree-point" style="margin-left: 0px;"></div><div class="content" style="margin-left: 16px;">UPM</div></div>
					</div>
				</div>
			</div>
		</div>
	</div>
</body>
</html>


 
Could you please check? We should use another browser to avoid the issue.

Comment 2 by kojii@chromium.org, Sep 26 2016

Cc: kojii@chromium.org
 Issue 648901  has been merged into this issue.

Comment 3 by kojii@chromium.org, Sep 26 2016

Components: Blink>Layout
Labels: OS-All
Status: WontFix (was: Unconfirmed)
Confirmed on stable 53.0.2785.116, but does not reproduce (display "UPM" without hang) on Canary 55.0.2871.0.

Please let us know if you can still reproduce on Canary.
I have cheked with Canary 55.0.2871.0 canary (64-bit).
It does not repruduce.

Sign in to add a comment