?
avatar PhilETaylor
PhilETaylor
9 May 2021

Steps to reproduce the issue

Find this widget anywhere in Joomla. One example is the db password in global config.

System -> Global config -> server tab

Screenshot 2021-05-09 at 15 07 05

Expected result

Click ONCE on modify to enable the field and allow changes.

Actual result

Click TWICE on modify to enable the field and allow changes.

System information (as much as possible)

safari on mac, no console errors.

Additional comments

avatar PhilETaylor PhilETaylor - open - 9 May 2021
avatar joomla-cms-bot joomla-cms-bot - change - 9 May 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 May 2021
avatar himanshu007-creator
himanshu007-creator - comment - 9 May 2021

I would like to work on this issue.
My approach:-
The Modify button is used to toggle locked state of the input. The problem is caused by button not having the locked class initially. So when the Modify button is clicked for the first time, it adds the locked state to input. And after that the normal toggle behavior is experienced.
Just adding locked class to input initially will solve this issue.

avatar richard67 richard67 - change - 9 May 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-05-09 16:55:09
Closed_By richard67
avatar richard67 richard67 - close - 9 May 2021
avatar richard67
richard67 - comment - 9 May 2021

Closing as having a pull request. Please test #33708 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment