Add/Edit top site form's URL and custom screenshot URL form validation are broken
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
People
(Reporter: prathiksha, Assigned: prathiksha)
References
Details
(Whiteboard: [fidefe-quality-foundations][fidefe-quality-foundation])
STR
- Open the new tab page.
- Try to add a top site or edit an existing top site tile. It should open a form in a dialog.
- Enter something arbitrary like "pqrst" in the URL field and click on the Add or Save button.
Expected result:
Form validation is performed and an error tooltip is displayed if the URL is not valid. The dialog should stay open to allow the user to enter the correct URL.
Actual result:
The dialog closes and a top site tile is added. It doesn't map to anything valid.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:daleharvey, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
It appears form validation warnings in the add and edit top sites dialogs don't kick in for arbitrary strings because it's fixed up by cleanUrl() here https://searchfox.org/mozilla-central/rev/af78418c4b5f2c8721d1a06486cf4cf0b33e1e8d/browser/components/newtab/content-src/components/TopSites/TopSiteForm.jsx#168. I think this bug can be closed.
Updated•2 years ago
|
Description
•