Problem/Bug Wrong Color Tags

Discussion in 'Forum Feedback' started by jthort, Jan 22, 2015.

Thread Status:
Not open for further replies.
  1. @jthort It is, refresh the page.
     
  2. Offline

    jthort

    @bwfcwalshy It was a lot of stuff:
    [​IMG]

    There was something from xferno that didn't load if you want to see that
     
    Last edited: Jan 30, 2015
  3. Offline

    ZeldoKavira

  4. Offline

    jthort

  5. Offline

    nverdier

  6. Offline

    jthort

    Thought I would bump this to prevent anymore duplicates.
     
  7. Offline

    1Rogue

    It looks like someone tried to overlay a gradiant and did so with a solid white image, e.g.

    Code:
    background: #6cb2e4 url('styles/flexile/xenforo/gradients/category-23px-light.png') repeat-x top
    Relative paths aside, this link to the "gradient" is just a solid white image.
     
  8. Offline

    jthort

    Thought I would bump this to prevent anymore duplicates.
     
  9. Offline

    teej107

    I still have not experienced this problem both on my computer and Android phone.
     
    bwfcwalshy likes this.
  10. Offline

    Bobcat00

    I have the problem at home, with IE11 and Chrome. I do not have the problem at work, with IE11 and Chrome. I can't figure it out.
     
  11. Offline

    ColonelHedgehog

    Well, let's see. Here's the CSS:

    Code:
    background: #000000 url('styles/flexile/xenforo/gradients/tab-unselected-25px-light.png') repeat-x top;
    
    Maybe if we did:

    Code:
    background: #000000 url('styles/flexile/xenforo/gradients/tab-unselected-25px-light.png') repeat-x top;
    -webkit-background: #000000 url('styles/flexile/xenforo/gradients/tab-unselected-25px-light.png') repeat-x top;
    -ms-background: #000000 url('styles/flexile/xenforo/gradients/tab-unselected-25px-light.png') repeat-x top;
    
    ?
     
  12. Offline

    1Rogue

    Here's an example as to why I think the gradients are the issue:

    [​IMG]
     
    Avygeil, jthort and timtower like this.
  13. Offline

    ColonelHedgehog

    I'm famous!

    But yeah, I think if we used -webkit and -ms gradients, might fix it. Can you try that?
     
  14. Offline

    Avygeil

    hawkfalcon likes this.
  15. Offline

    teej107

    Darn. After all this time, I finally got infected with this bug using my Android phone on Chrome.
     
  16. @teej107 Still not had it! Luckily there is a fix available.
     
  17. Offline

    teej107

    @bwfcwalshy it doesn't bother me that much. Im going to try it on other browsers or devices.

    EDIT: on Android, it happens with my pre-installed browser as well.
     
  18. Offline

    ZeldoKavira

    Is this still happening? We pushed an update that I am hoping fixed this issue.
     
  19. Offline

    Bobcat00

    Still happening. :(
     
  20. Offline

    ZeldoKavira

    I removed the gradient for now, should resolve the issue for you while we try to figure out a solution that all browsers can see.
     
    Avygeil likes this.
  21. Offline

    1Rogue

    While things may not be shiny, at least now I can read them.
     
  22. Offline

    Bobcat00

    I can see them now, too.
     
  23. Offline

    Bobcat00

    I'm still getting ugly black bars obscuring the usernames of people who haven't uploaded avatars.

    EDIT: Just saw an ugly black bar for someone with an avatar, so I don't know why it's only some people.
     
  24. Offline

    jthort

    [​IMG]

    Can confirm, although it only appears for people without the MyBukkitDev Profile and My Plugins at the bottom of their avatar.
     
  25. Regablith likes this.
  26. Offline

    Patriciatiger

    Happening right now to me on Chrome, clearing cache does not help. It worked when I read this thread earlier. It seems to turn white less than a second after page load.
     
  27. Offline

    jthort

    It's also happening with staff tags sometimes:

    [​IMG]
     
Thread Status:
Not open for further replies.

Share This Page