Closed
Bug 456487
Opened 17 years ago
Closed 17 years ago
Canceled changes to "Folder" field in bookmarks are applied
Categories
(Firefox for Android Graveyard :: Bookmarks, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0a1
People
(Reporter: abillings, Assigned: mfinkle)
References
Details
Attachments
(1 file)
861 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
If a user adds a bookmark and then edits the "Folder" field in the bookmark, the changes are committed even if the user selects "Cancel" in the bookmark editing dialog. This only happens for the "Folder" field and not "Tags" or "Title" there.
This was seen in Stuart's build 20080918185520.
Steps to Reproduce
1. Browse to a page (http://www.mozilla.org, for example).
2. Add a bookmark for it by clicking on the star in the right panel.
3. Click on the star in the right panel again to edit the bookmark.
4. Add "Blah" to the "Folder" field and select "Cancel".
5. Edit the bookmark again.
Result: When the bookmark is edited for the second time, "Blah" will be in the
Folder attribute even though the change was canceled. If this is tried with the "Tags" or "Title" fields, the data does not persist.
Comment 1•17 years ago
|
||
neil, can you take a look at this please?
Assignee: nobody → enndeakin
Flags: blocking-fennec1.0+
Priority: -- → P2
Target Milestone: --- → Fennec A1
Assignee | ||
Comment 3•17 years ago
|
||
the Folder field isn't used currently (separate bug), so we didn't have any code to init the text value when displaying the panel. So any text that was entered just stuck around. It really wasn't saved anywhere.
We clear it now.
Attachment #340071 -
Flags: review?(gavin.sharp)
Updated•17 years ago
|
Attachment #340071 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Component: General → Bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•