Closed
Bug 281133
Opened 20 years ago
Closed 20 years ago
Adding a page to bookmarks fails when the page has no <title>
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
References
()
Details
If I try to bookmark a text file or somesuch, the Add Bookmark dialog throws an
error:
2005-02-04 17:10:43.234 Camino[6819] *** Assertion failure in -[NSTextFieldCell
_objectValue:forString:], AppKit.subproj/NSCell.m:1131
2005-02-04 17:10:43.335 Camino[6819] Invalid parameter not satisfying: aString
!= nil
and never comes up.
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Summary: Adding a page to bookmarks files when the page has no <title> → Adding a page to bookmarks fails when the page has no <title>
Assignee | ||
Comment 2•20 years ago
|
||
Should I use the url to fill the text box, or use "untitled"? I'd rather not
leave it empty, because that dialog has no code to disable the OK button when
the text field is empty.
Comment 3•20 years ago
|
||
i can go either way, honestly. "untitled" might be good, but what's more useful
in the menu if they don't change it?
Assignee | ||
Comment 4•20 years ago
|
||
*** Bug 282147 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 5•20 years ago
|
||
Fix checked in; I use the url if the title is empty.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
Ugh, this looks like it's broken again. I'm getting a bunch of
2005-04-02 05:45:46.085 Camino[23634] *** Assertion failure in -[NSTextFieldCell
_objectValue:forString:], AppKit.subproj/NSCell.m:1079
2005-04-02 05:45:46.088 Camino[23634] Invalid parameter not satisfying: aString
!= nil
on pages with no <title>. Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•20 years ago
|
||
It's happening in -[AddBookmarkDialogController
showDialogWithLocationsAndTitles:isFolder:onWindow:], FWIW.
Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 8•20 years ago
|
||
Fixed again.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•