After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689888 - Spinner inside LoadMoreButton doesn't spin
Spinner inside LoadMoreButton doesn't spin
Status: RESOLVED OBSOLETE
Product: gnome-documents
Classification: Core
Component: general
3.7.x
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on: 689548
Blocks:
 
 
Reported: 2012-12-08 12:18 UTC by Debarshi Ray
Modified: 2014-03-28 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Debarshi Ray 2012-12-08 12:18:09 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
Comment 1 Cosimo Cecchi 2013-02-21 22:10:15 UTC
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.
Comment 2 Debarshi Ray 2014-03-17 18:57:16 UTC
Looks like bug 689548 got fixed.