Get the most out of your Centmin Mod LEMP stack
Become a Member

Social bar andmouse bug

Discussion in 'Forum Feedback & Suggestions' started by pamamolf, Jun 13, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:48 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    When i move my mouse up to the social bar:

    [​IMG]


    the mouse pointer starts to display the circle and never stops :)

    Latest Firefox.
     
  2. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:48 AM
    Mainline
    10.2
    It is by design as of Shawn.
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah it's by design = normal :)
     
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:48 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    By design ok but not normal :)

    It is not a problem at all for me but it shouldn't do that in my opinion :)
     
  5. Matt

    Matt Well-Known Member

    925
    414
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +669
    Local Time:
    4:48 AM
    1.5.15
    MariaDB 10.2
    That is how it's coded. The on hover property states spinning, which is why it does it.
     
  6. Matt

    Matt Well-Known Member

    925
    414
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +669
    Local Time:
    4:48 AM
    1.5.15
    MariaDB 10.2
    It's actually "wait" is the property:

    Code:
    .socialBar .tweets {
        height: 30px;
        vertical-align: top;
        position: relative;
        top: -5px;
        cursor: wait;
        text-align: center;
        /*-webkit-transition: all .5s;*/
        /*transition: all .5s;*/
    }