samples icon indicating copy to clipboard operation
samples copied to clipboard

Loading/Working indicator when resetting password is not rendered correctly

Open ajbeaven opened this issue 3 years ago • 0 comments
trafficstars

On the PasswordReset samples that require email verification, there is a <div class="working"> element that is supposed to display a loading/working indicator so the user knows to hold tight. On this particular screen, javascript inserted into the template attempts to make this element visible by making the element display: inline. This styling doesn't make the indicator visible as the element has no content.

Other policies appear to use different javascript which sets the element to display: block which has the desired effect. I assume display:inline was used in this case as an attempt to make the indicator appear to the right of the clicked button.

Sorry I couldn't find the non-obfuscated javascript inserted into these templates to point to the particular lines in question.

ajbeaven avatar Sep 12 '22 09:09 ajbeaven