Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CHROME CSS ellipses bug?

I dumped the files on a free hosting site, you can see the example here > http://www.justatest23.byethost24.com/

THIS IS CHOME ONLY!(its being built as an http://electron.atom.io/ app, which uses node.js locally with chromium

the problem can be recreated by shrinking the width of the page from about 900px wide to about 880px wide, when doing so, the ellipses are triggered on the bank of america example field. The problem is that when you click on the row, the color changes and then the ellipses are no longer the same color as their parent container.

QUESTION: how do you keep the ellipses the same color as their sibling characters when hovering after color change?

**Sorry, about the .less

***thanks in advance

EDIT*** Submitted an issue >> https://code.google.com/p/chromium/issues/detail?id=573395

like image 551
Pellmellism Avatar asked Oct 30 '22 12:10

Pellmellism


1 Answers

I can reproduce your bug. It definitely looks like a Chrome bug. You should put the demo in a JS Bin, trim it down until it only includes what is essential to reproduce the bug, and submit it here:

https://code.google.com/p/chromium/issues/list

like image 119
Web_Designer Avatar answered Nov 13 '22 05:11

Web_Designer