Closed
Bug 304740
Opened 19 years ago
Closed 18 years ago
Not able to add a bookmark with an empty title, while it is possible to make it empty afterwards
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
Details
Attachments
(1 file, 1 obsolete file)
|
77.44 KB,
image/gif
|
Details |
This was mentioned here: http://forums.mozillazine.org/viewtopic.php?t=298128&sid=71d245051c2fc3ec81f7dd2469924b7d So this should be handled the same, both should not allow an empty name, or they should allow it both. My opinion would be to allow it in both places.
| Assignee | ||
Comment 1•19 years ago
|
||
Ok, this makes it work for me. With this I am allowed to add a bookmark with an empty name.
Attachment #192757 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → martijn.martijn
Status: ASSIGNED → NEW
Updated•19 years ago
|
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
If you're getting rid of onFieldInput, you can remove gRequiredFields too, however that would remove the check for a keyword when using "Add a keyword for this search", I don't think that's wanted. http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/base/content/browser.js&rev=1.546&mark=5814#5808 http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/components/bookmarks/content/addBookmark2.js&rev=1.38&mark=126#120
wouldn't it be simpler to just comment out line 71 in addBookmark2.js - seems to do the job, with a whole lot less code. that line in my 1.5.0.1 release reads: gRequiredFields.push(gName); so... just don't do that... for the record, this might seem like a pointless feature, but here's why i want it: i like to have a whole bunch of links on my toolbar, but why not just have the "favicons" up there, i can fit so much more! who need's text. currently the procedure for adding a new "bookmark icon" is: 1) right-click, "bookmark this page..." 2) "OK" 3) right-click new bookmark (freqently on the "spillover" menu on the toolbar), "properties" 4) erase "name" 5) OK changing this file would bring eliminate steps 3-5 but move step 4) to 1b) coming soon: my bug report search for why you don't get a favicon for new bookmarks until the first time you click it (you get the default "blank page" icon at first)
Updated•18 years ago
|
Attachment #192757 -
Attachment is obsolete: true
Attachment #192757 -
Flags: review?(mconnor)
You need to log in
before you can comment on or make changes to this bug.
Description
•