Closed
Bug 119796
Opened 24 years ago
Closed 23 years ago
Last Visited bookmark field always displays blank
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4alpha
People
(Reporter: lkolesza, Assigned: slipszi)
References
Details
(Keywords: regression, useless-UI)
Attachments
(1 file, 2 obsolete files)
|
5.80 KB,
patch
|
alecf
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.7+) Gecko/20020111
BuildID: 2002011103
Sometime around Jan. 3, the Last Visited bookmark field stopped working.
Reproducible: Always
Steps to Reproduce:
1. Open Manage Bookmarks window
2. Turn on "Last Visited" display
Actual Results: Notice that all bookmarks have a blank Last Visited field
Expected Results: Last Visited field shows the time and date that the page was
last visited.
Works with 0.9.7
Works with 2002010303
Doesn't work with 2002010403
Doesn't work with 2002011103
| Reporter | ||
Comment 1•24 years ago
|
||
Note that the Last Visited time is remembered correctly with current builds.
This seems to be only a display problem.
I.E. if you visit a bookmark with 2002011103, then run 0.9.7, the Last Visited
time does correctly reflect the visit just made in 2002011103.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.2
Comment 2•24 years ago
|
||
This worked fine in previous releases. It appears that the backend is still
functioning so this shouldn't be too difficult to explore and fix. If we don't
fix this then the column should be removed from the Bookmarks Manager for the
next major releases.
Comment 3•24 years ago
|
||
nsbeta1- per Nav triage team, ->1.2
Actually, the "last visited" field is displayed in the "added" column.
Comment 5•24 years ago
|
||
Same thing with Mac OS 9.1 Build 2002061103
Comment 6•24 years ago
|
||
confirming comment #4 "last visited" content appears in "added" field, should be
very easy to fix now
Added a patch to fix the bug and to display the last modified date correctly as
well.
Comment 8•23 years ago
|
||
just for the notes:
this bug needs a new traget ...
the bug lies not within the viewer
the data is saved to the wrong field in bookmarks.html
> this bug needs a new traget ...
Agreed. Since this is a trivial fix, perhaps it could be mozilla1.2beta? Well, I
guess it really depends on when will Ben have time for this.
> the bug lies not within the viewer
> the data is saved to the wrong field in bookmarks.html
No, the problem *is* with the viewer:
1. The order of the columns in the column definition of the bookmark tree is not
the same as the order of cells in the body of the tree
2. The label of the Last Modified Date has changed from NC-rdf to WEB-rdf, but
bookmarks.xml still uses NC-rdf
These two errors are corrected in the patch that is attached to this bug.
| Assignee | ||
Comment 10•23 years ago
|
||
Updated patch for the latest version (1.47) in the trunk
Attachment #98615 -
Attachment is obsolete: true
Updated•23 years ago
|
Keywords: mozilla1.3,
patch
Updated•23 years ago
|
Flags: blocking1.3a?
Target Milestone: mozilla1.2alpha → ---
Updated•23 years ago
|
Flags: blocking1.3a? → blocking1.3a-
Updated•23 years ago
|
Attachment #102665 -
Flags: review?
Comment 11•23 years ago
|
||
try asking the review of a specific person, I think jag
(jaggernaut@netscape.com) would be good for fixes in this area.
Comment 12•23 years ago
|
||
*** Bug 193920 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
*** Bug 146534 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
*** Bug 197609 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
*** This bug has been marked as a duplicate of 124819 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 16•23 years ago
|
||
sorry, I haven't noticed thar there is a patch attached.
Can I take it and check into the bookmarks branch ?
| Assignee | ||
Comment 17•23 years ago
|
||
Althogh the patch is trivial, I still do not have r= or sr= for it. If you can
check it in anyway, please, do it.
Attachment #102665 -
Attachment is obsolete: true
Attachment #117535 -
Flags: review?(slipszi)
Attachment #117535 -
Flags: review?(slipszi) → review?(jaggernaut)
Comment 18•23 years ago
|
||
sorry for not letting you know, this is already fixed on the branch we are
working on, so you don't have to request a review for this.
Comment 19•23 years ago
|
||
reopening, since this bug has a patch
Status: RESOLVED → REOPENED
OS: Windows ME → All
Resolution: DUPLICATE → ---
Target Milestone: --- → mozilla1.4alpha
Comment 21•23 years ago
|
||
Using the 2003-03-25-03 Mach0 and 2003-03-25-04 Win32 trunk builds, The last
visited field is now providing the correct time on when that bookmark was
previously loaded.
Attachment #117535 -
Flags: superreview?(alecf)
Attachment #117535 -
Flags: review?(varga)
Attachment #117535 -
Flags: review?(jaggernaut)
Comment 22•23 years ago
|
||
I probably caused a confusion here. This is fixed on the trunk by big bookmarks
landing on Monday.
Comment 23•23 years ago
|
||
OK, this looks fine now. Marking verified.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 24•23 years ago
|
||
Comment on attachment 117535 [details] [diff] [review]
Patch diffed against the latest tree
ooh, that's easy. sr=alecf
Attachment #117535 -
Flags: superreview?(alecf) → superreview+
Updated•23 years ago
|
Attachment #117535 -
Flags: review?(varga)
Updated•23 years ago
|
Attachment #102665 -
Flags: review?
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•