- Issue created by @artis.bajars
- πΊπ¦Ukraine mostepaniukvm
Unfortunately have the same problem after update to rc14. Custom ajax submit stop showing progress throbber and message
unable to reproduce.
step followed --
- Install gin 8.x-3.0-rc14, set as admin theme
- Attach an ajax callback to e.g. the node form "Preview" button
- Observe that no progress indicator is visible:loader is visible to me.
- πΊπ¦Ukraine mostepaniukvm
possible workaround is to use the
fullscreen
type of AJAX progress instead ofthrobber
Try to replace this:
'progress' => [ 'type' => 'throbber', 'message' => 'Processing...', ],
with this
'progress' => [ 'type' => 'fullscreen', ],
- π©πͺGermany jurgenhaas Gottmadingen
I can't reproduce this either. Throbber is visible whenever I expect one to show. @artis.bajars could you please retry? Also, please apply the patch from MR!536 from π Improve sticky actions implementation Active which contains the latest fixes around sticky action buttons.
- π±π»Latvia artis.bajars
@jurgenhaas with the latest 3.x-dev version of Gin and the patch from π Improve sticky actions implementation Active the throbber is kinda restored. However is this the intended look for it?
- π©πͺGermany jurgenhaas Gottmadingen
It looks like this for me when I'm using your custom code from the IS:
I'd say, if you're adding custom throbber to any element like a submit button you also need to deal with the look and feel of it. A suggestion has been made by @mostepaniukvm in #4 and that works perfect with a throbber in the center of the screen.
All throbbers that I was able to find that come with Drupal core and/or Gin are looking just as they are expected. An example is the cardinality number in the field UI.
I tend to set this to "Works as designed" if nobody objects?
- π¬π·Greece christosgeorgiadis
While this was an issue in rc14, it no longer seems to be the case in rc15 and in the latest dev release.
- π©πͺGermany jurgenhaas Gottmadingen
Setting this to fixed in order to contributors earning issue credits.
Automatically closed - issue fixed for 2 weeks with no activity.