Learn about Centmin Mod LEMP Stack today
Become a Member

Social bar andmouse bug

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

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    4:06 AM
    Nginx-1.29.x
    MariaDB 10.6.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,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    9:06 AM
    Mainline
    10.2
    It is by design as of Shawn.
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:06 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yeah it's by design = normal :)
     
  4. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    4:06 AM
    Nginx-1.29.x
    MariaDB 10.6.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

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    2:06 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

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    2:06 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;*/
    }