Open
Bug 1844972
Opened 2 years ago
Updated 2 years ago
Provide feedback to the user when website address is invalid
Categories
(Firefox :: about:logins, defect, P3)
Tracking
()
NEW
People
(Reporter: buglinking, Unassigned)
Details
Attachments
(1 file)
3.76 MB,
video/quicktime
|
Details |
[Affected versions]:
- Firefox 115.0.2 (64-bit)
[Affected Platforms]:
- Mac 13.3.1
- Mac 11.4
[Steps to reproduce]:
- Go to "about:logins".
- Click on the "Create New Login" button.
- Fill in Website address "moz-proxy://<proxy-address>:<proxy-port>"
- Fill in Username and Password
- Click Save
[Expected result]:
- The New Login should be saved.
[Actual result]:
- Clicking Save does not do anything. The new login is not saved.
Comment 1•2 years ago
|
||
:buglinking, if you think that's a regression, could you try to find a regression range using for example mozregression?
Comment 2•2 years ago
|
||
The reason for failure is moz-proxy://<proxy-address>:<proxy-port>
- port number is expected to be a number and <
and >
characters are not good for the proxy address part.
Lets repurpose this bug to improve how we let user know what actually went wrong.
Severity: -- → S3
Priority: -- → P3
Summary: Clicking "Save" after creating a new login with a "moz-proxy" website address doesn't save the login → Provide feedback to the user when website address is invalid
Hello, thank you for the bug report!
Managed to reproduce this issue on:
- Nightly 118.0a1;
- Beta 117.0b5;
- Firefox 116.0.2;
Tested and reproduced on:
- Windows 10;
- macOS 12;
- Ubuntu 22;
Setting as NEW.
Status: UNCONFIRMED → NEW
status-firefox116:
--- → affected
status-firefox117:
--- → affected
status-firefox118:
--- → affected
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•