Closed
Bug 1747697
Opened 3 years ago
Closed 2 years ago
Update onKeyWordFieldChange regarding our new logic "save" API in EditBookmarks.js
Categories
(Firefox :: Bookmarks & History, task, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: janey, Unassigned)
References
Details
Steps to reproduce:
Update https://searchfox.org/mozilla-central/rev/468a65168dd0bc3c7d602211a566c16e66416cce/browser/components/places/content/editBookmark.js#813-816 regarding our new EditBookmarks.js implementation
Expected results:
We want to:
1 - wait for stop writing new keyword value (cursor stops or field offset)
2 - update State Object
3 - Update reflection in BookamrksDialog keyword
4 - wait for accept / cancel button
5 - depending on button, ensure that our State Object is same as needed result
6 - connect state object and "save" API
7 - connect save API to DB and update DB
Updated•3 years ago
|
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•3 years ago
|
Type: defect → task
Updated•3 years ago
|
Comment 1•2 years ago
|
||
done as part of other changes
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•