try to login to frontend of joomla and try to click just below the password visibility button.
same happens if you click near username, it shows "Please fill in this field"
It should not trigger the button as button is not being clicked
It triggers the button to action!!
joomla 4 beta 7
PHP 8
empty response message field should be visibility: hidden
instead of display: none
I would like to work on this issue.
Labels |
Added:
?
|
empty response message field should be visibility: hidden instead of display: none
It is NOT visibility:hidden or display:none
Okay??. But still, message should not be visible and at the same time hold the place ( similar to visibility:hidden ).
Clicking creates problem when done on right of username heading and after that just below the visibility button.
@himanshu007-creator is right, if the password is empty - the screen jumps.
@himanshu007-creator, yes on clicking inputs, the other elements in the form should not be misplaced or moved on a same clicking event
I think this is a bootstrap thing, since you have interacted with the form, the form expects you to enter something. I don't think we can or should change this behavior because it is tied to a bootstrap class.
Further, the same thing doesn't exist for the form in the sidebar and you can actually try to login, it will process your request and then return an error that Empty password not allowed
which I guess shouldn't be allowed in the first place and could be prevented using form validation as above.
classic "it's not a bug, it's a feature" example here ;)
can anyone guide me how I work on my local computer?
@Nitesh639 are you a GSoC student? If yes, please join the students channel in glip.
@drmenzelit Yes mam.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-20 23:18:54 |
Closed_By | ⇒ | richard67 |
Status | Closed | ⇒ | New |
Closed_Date | 2021-05-20 23:18:54 | ⇒ | |
Closed_By | richard67 | ⇒ |
Re-open, because PR was closed
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-11 10:19:52 |
Closed_By | ⇒ | richard67 | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
It is NOT visibility:hidden or display:none