mint.com disclosure triangle paints black |
|||
Issue descriptionGoogle Chrome 64.0.3282.24 (Official Build) beta (64-bit) Revision 0 Platform 10176.13.1 (Official Build) beta-channel eve Firmware Version Google_Eve.9584.107.0 What steps will reproduce the problem? (1) Go to mint.com transactions page with pending transactions.
,
Dec 19 2017
The triangle has this css:
.hide-pending #transaction-list-pending-ctrl .disclosure-triangle {
top: 5px;
left: 262px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #999;
pointer-events: none;
}
#localnav-tags-types .disclosure-triangle, #transaction-list-pending-ctrl .disclosure-triangle {
width: 0;
height: 0;
margin: 0;
display: inline-block;
position: absolute;
}
.disclosure-triangle {
background-image: url(https://images.mint.com/web-client/images/icons/mint/icon-arrow-down-gray2.svg);
transform: rotate(-90deg);
}
Removing the svg background image makes the black box go away.
,
Jan 2 2018
The SVG has "enable-background" on it, which might be breaking things. Or maybe it's something else. I'll try to reproduce, otherwise we'll probably have to drop it.
,
Jan 2 2018
The remnants of "enable-background" was removed >2y ago (and AFAIK it didn't do anything prior to that), so that seems unlikely to be it. This looks like it could be a tesselation/GPU-raster bug. |
|||
►
Sign in to add a comment |
|||
Comment 1 by esprehn@chromium.org
, Dec 19 2017