New issue
Advanced search Search tips

Issue 796263 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

mint.com disclosure triangle paints black

Project Member Reported by esprehn@chromium.org, Dec 19 2017

Issue description

Google 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.


 
Screenshot 2017-12-19 at 10.40.58 AM.png
3.5 KB View Download
Summary: mint.com disclosure triangle paints black (was: mint.com disclosure triangle is broken)
Cc: schenney@chromium.org
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.
icon-arrow-down-gray2.svg
1.4 KB Download
Owner: schenney@chromium.org
Status: Assigned (was: Untriaged)
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.

Comment 4 by f...@opera.com, 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