Add some kind of progress indication

Created on 21 December 2023, over 1 year ago
Updated 22 December 2023, over 1 year ago

When I click the Log in button, nothing happens. I have no indication that the form has been submitted or that anything is happening. Users will end up submitting the form multiple times, clicking on the button thinking that it's not working. That's why I'm entering this as a bug rather than a feature request.

Also, I see the commit for 🐛 Users redirects to user page if they entered wrong credentials Fixed but if I enter an incorrect username, for instance, it sits there as if nothing is happening for a time, and then ultimately redirects to the /user/login form page displaying the error. So maybe I don't understand the point of that ticket.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇺🇸United States brad.bulger

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @brad.bulger
  • 🇮🇳India sidharth_soman Bangalore

    I think this should be a feature request since the module actually fetches the core login form to display in the popup and since the core login form doesn't have a progress indicator, the popup form doesn't either. It's expected behavior, not a bug as far as I know.

    We'll have to add in some custom ajax functionality to implement this

  • 🇺🇸United States brad.bulger

    The core form doesn't because it's the whole browser page, so submitting a form gives you the normal feedback of a POST - the spinning wheel of internet delay etc. I get why it seems like a feature request, but I would never give this to my users without something to tell them "yes the form was submitted, please wait".

    I wonder if there is some common way that this works for modal popups.

Production build 0.71.5 2024