[buddypress-trac] [BuddyPress] #4951: Ajax spinner not appearing in buttons / tabs

buddypress-trac noreply at wordpress.org
Fri Jun 14 18:55:18 UTC 2013


#4951: Ajax spinner not appearing in buttons / tabs
--------------------------------------+-----------------------------
 Reporter:  henrywright               |       Owner:
     Type:  enhancement               |      Status:  new
 Priority:  normal                    |   Milestone:  Future Release
Component:  UX/UI                     |     Version:  1.7
 Severity:  normal                    |  Resolution:
 Keywords:  dev-feedback needs-patch  |
--------------------------------------+-----------------------------

Comment (by karmatosed):

 I may be corrected but I think the latest of every browser and no later
 than ie 9 is usually the way. I personally try and look in ie 8 but it's
 limited what you do there. We can degrade gracefully though and just not
 show for older.

 For opacity I'd recommend something like this (bit over kill but ok to
 do):


 {{{
 .blocktobetransparent {
         zoom: 1;
         filter: alpha(opacity=50);
         opacity: 0.5;
 }
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4951#comment:13>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list