[wp-trac] [WordPress Trac] #22839: Spinners don't show up in .sidebar-name

WordPress Trac noreply at wordpress.org
Sun Dec 9 19:00:11 UTC 2012


#22839: Spinners don't show up in .sidebar-name
-------------------------------------+--------------------
 Reporter:  cdog                     |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  3.5
Component:  UI                       |     Version:  trunk
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |
-------------------------------------+--------------------

Comment (by cdog):

 Replying to [comment:6 helenyhou]:
 > The spinner does appear for me when rearranging within a sidebar (note
 that those are also `.sidebar-name`), including Inactive Widgets.
 I'm on the Widgets page and I can't get it work.

 Opened up the console and tried:
 {{{
 jQuery( '.spinner', jQuery( '.inactive-sidebar' ) ).show();
 }}}
 {{{
 jQuery( '.spinner', jQuery( '.sidebar-name ) ).show();
 }}}

 Seems to have no effect but inspecting it with Firebug shows that display
 inline was set. But the element doesn't show up until inline-block is used
 (or position: absolute).

 It may happen only in Firefox?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22839#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list