duckduckgo / zeroclickinfo-goodies

DuckDuckGo Instant Answers based on Perl & JavaScript
https://duckduckhack.com/
Other
980 stars 1.76k forks source link

Stopwatch lap list dividers are buggy in Chrome #637

Closed chrismorast closed 10 years ago

chrismorast commented 10 years ago

The dividers that separate the laps in the list view are ghosting on the right of the IA area. See attached image for reference. cc @mattr555 and @jagtalon screen shot 2014-09-15 at 3 18 03 pm

moollaza commented 10 years ago

Assigning to @mattr555 as he knows this Spice well. Feel free to reassign if you need to :)

mattr555 commented 10 years ago

@moollaza I've only seen this on osx, which I don't have access to, so I think I will defer to someone else.

mattr555 commented 10 years ago

(This is a spice, by the way)

moollaza commented 10 years ago

@jagtalon @russellholt I'm unable to produce this on my 13" Macbook -- perhaps a larger screensize is necessary? Can either of you produce this?

moollaza commented 10 years ago

Nevermind, I'm able to reproduce in Chrome, doesn't happen in Safari or FF

moollaza commented 10 years ago

It seems the issue might be related to our clearing divs which are set to display: table -- I think it's a browser bug because the borders look like their appearing on pseudo elements that don't actually have td or tr. I played around with the css by targeting td and tr with specific classes but it still happens. It seems that after a resize or any modification to the page css the ghosting disappears. @sdougbrown any ideas on the cause and/or solution?

jagtalon commented 10 years ago

Moving to https://github.com/duckduckgo/zeroclickinfo-spice/issues/1100 since it's a Spice issue. :)