Closed
Bug 330876
Opened 20 years ago
Closed 20 years ago
Weird Dialog for History Item Properties that is also Bookmarked
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: beng, Assigned: mozilla)
References
Details
(Keywords: fixed1.8.1, Whiteboard: swag 0.5 (actual ~0.5))
Attachments
(1 file)
When I choose Properties for an item in history that is also bookmarked, I get this dialog:
+----------------------------------------------------+
| Bookmark Properties |
+----------------------------------------------------+
| Name [ Mozilla Firefox Start Page ] |
| Location [ http://www.google.com/... ] |
| Shortcut [ ] |
| |
| (( Save Changes )) ( Delete Bookmark ) ( Cancel ) |
+----------------------------------------------------+
This is weird, because I clicked on a history item.
I'm not sure quite what I'd expect to see, since the information that can be presented for a history item is pretty small, but it isn't properties for the same URL bookmarked somewhere else.
Sorry for the go-around on this one Joe... I thought it might be useful but after using it it's just weird.
For now, I'd just disable Properties... on history items.
| Assignee | ||
Updated•20 years ago
|
Whiteboard: swag 0.5
| Assignee | ||
Updated•20 years ago
|
Assignee: joe → brettw
| Assignee | ||
Updated•20 years ago
|
Assignee: brettw → joe
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #218754 -
Flags: superreview?(bugs)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 2•20 years ago
|
||
Comment on attachment 218754 [details] [diff] [review]
Removes "History Properties" mode from the Bookmark Properties dialog, grays out "Properties" option in context menu when item is a non-bookmarked URI
>Index: browser/components/places/content/controller.js
>+ * @returns true if the node represents a bookmarked URI, false otherwise
>+ */
>+
>+ nodeIsBookmark: function PC_nodeIsBookmark(node) {
>+ NS_ASSERT(node, "null node");
nit: nl between comment and fn defn.
sr=ben@mozilla.org
Attachment #218754 -
Flags: superreview?(bugs) → superreview+
| Assignee | ||
Comment 3•20 years ago
|
||
Landed on branch and trunk. Also see related bug 334418.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: swag 0.5 → swag 0.5 (actual ~0.5)
Comment 4•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•