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>
,
Sep 26 2016
,
Sep 26 2016
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.
,
Sep 26 2016
I have cheked with Canary 55.0.2871.0 canary (64-bit). It does not repruduce. |
||
►
Sign in to add a comment |
||
Comment 1 by agoloven...@gmail.com
, Sep 20 2016