MoOx / tab

Pretty new tab for you browser.
http://tab.putaindecode.io/
MIT License
47 stars 9 forks source link

Semi-transparent square in the top right corner #26

Closed wakooka closed 10 years ago

wakooka commented 10 years ago

Open http://putaindecode.io/pretty-new-tab/ in Chrome 37, Windows 7 This happens: screenshot

Switching tab and going back to pretty-new-tab fixes it :/ I haven't found out why yet, still looking into it.

kud commented 10 years ago

Weird. Chrome bug?

wakooka commented 10 years ago

I'd guess so...

wakooka commented 10 years ago

Resizing the window fixes it as well.

MoOx commented 10 years ago

Can you try to disable some weird css rules on the background container please ? Can't reproduce on Chrome nor anything on OS X.

wakooka commented 10 years ago

Even weirder, I can't replicate the issue, when I open the file locally. The repo is up to date, though. The only way for me to debug, is from Chrome dev tools, on the live website. I believe this is causing it

.PrettyNewTab body,
.PrettyNewTab a {
    color: #fff;
    text-shadow:
      0 0 0.2rem rgba(0,0,0,.8),
      0 0.05rem 0.4rem rgba(0,0,0,.5),
      0 -0.05rem 0.4rem rgba(0,0,0,.5),
      0.05rem 0 0.4rem rgba(0,0,0,.5),
      -0.05rem 0 0.4rem rgba(0,0,0,.5)
    ;
  }

The square disapears when I uncheck the text-shadow property. I love you too Chrome

wakooka commented 10 years ago

@MoOx Disabling css rules on the background container doesn't fix it.

MoOx commented 10 years ago

what about adding the backface visibility trick on the body, a rule ?

wakooka commented 10 years ago

No, it doesn't change anything, it must be a text-shadow rendering issue.

wakooka commented 10 years ago

I can't replicate it on my laptop, chrome 37 windows 8.

wakooka commented 10 years ago

Random chrome bug, the square doesn't appear everytime, and I can't figure out why. I'm closing the issue.

kud commented 10 years ago

:+1: