Closed
Bug 275405
Opened 20 years ago
Closed 20 years ago
create bookmark , folder name fails to appear in "create in" input field
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: Peter6, Assigned: Gavin)
Details
(Keywords: regression)
Attachments
(1 file)
1.54 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a6) Gecko/20041210
Firefox/1.0+
still present in 20041220 nightly
repro:
1. Open a page
2. Goto [Bookmarks] -> Bookmark this page...
3. Select a folder, if need try a few folders
4. The Name of the selected folder does not appear in the "Create in:" input.
5. Press ok
Set ->Major
because of the confusing character of this bug
a. This happens to random folders, I'm not even sure that it is allways the same
b. The bookmark is created in the selected folder (nothing wrong there)
Comment 1•20 years ago
|
||
Confirming - Only the 'recently added into' folders (ie those in the dropdown
list) have their name displayed in the field.
Running Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041218
Firefox/1.0+ zip
Branch zip isn't affected.
Updated•20 years ago
|
Keywords: regression
Comment 2•20 years ago
|
||
That would be bug 244624 wouldn't it?
Error: setting a property that has only a getter
Source File: chrome://browser/content/bookmarks/addBookmark2.js
Line: 205
where line 205 is
gMenulist.label = BookmarksUtils.getProperty(gSelectedFolder, NC_NS+"Name");
Unfortunately, while I see that we aren't supposed to set <menulist>.label, I
don't quite see what we're supposed to do instead in that situation.
Comment 3•20 years ago
|
||
You should set the menulist.value or menulist.selectedItem so that the
corresponding label is the one you want.
Comment 4•20 years ago
|
||
Note that by comparison Windows combo boxes explicitly return CB_ERR if you try
to set the label; you must select an existing item (or no item at all).
Assignee | ||
Comment 5•20 years ago
|
||
Replaces the last item in the list with the chosen item.
Assignee: vladimir+bm → gavin.sharp
Status: NEW → ASSIGNED
Attachment #169630 -
Flags: review?(mconnor)
Assignee | ||
Updated•20 years ago
|
Whiteboard: [have patch]
Assignee | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Attachment #169630 -
Flags: review?(mconnor) → review+
Comment 7•20 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Flags: blocking-aviary1.1?
Resolution: --- → FIXED
Updated•20 years ago
|
Whiteboard: [have patch]
Target Milestone: --- → Firefox1.1
Comment 9•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•