install Joomla 4.0.0 beta 1 (English United Kingdom)
install sample data
login to frontend with super admin
Click change password
scroll down a long way, click the copy button next to your token
Token selected, Token copied to the clipboard, no flicker, no feedback and no "success message"
Just like the copy button here in GitHub next to the repo url for example.
Page flickers
Took me ages to work out why, but if you scroll all the way back up the page to the top of the page you get a success message, which is outside of the window, and thus redundant
Labels |
Added:
?
|
Title |
|
The feature was added by me, yes, however the way alerts are managed are a different issue. I have raised concerns about them before but others believe they should be statically positioned on the page.
I won't fight the maintainers on UX and will let the issues raised (e.g this one) speak for themselves.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 18:40:05 |
Closed_By | ⇒ | PhilETaylor | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
This was introduced with #29005 Paging @C-Lodder
I believe that is we really want to use
Joomla.renderMessages()
we need to also scroll the browser to the messages area. Otherwise we should be displaying an inline message like everyone else does when copying tokens.