GNOME Bugzilla – Bug 689888
Spinner inside LoadMoreButton doesn't spin
Last modified: 2014-03-28 13:57:15 UTC
Putting spinners in a button is not a good idea because when the spinner is running the button should be desensitized or hidden and then there is bug 689548. Maybe we should hide the button and replace it with a label and the spinner inside it? We had a similar problem in gnome-online-accounts: bug 689609
We discussed this with Jon today and we think we should either fix bug 689548 or get rid of the spinner for now - I'd rather do the former. Unfortunately your patch in bug 689548 doesn't seem to work completely. I'll comment there.
Looks like bug 689548 got fixed.