Closed
Bug 318931
Opened 20 years ago
Closed 3 years ago
History/Bookmarks page title changes, but tab title and location do not
Categories
(Camino Graveyard :: History, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bugzilla-graveyard, Assigned: bugzilla-graveyard)
References
()
Details
(Keywords: regression)
1) Load the Bookmarks Manager or History.
2) Note window title, tab title, and location bar all correspond to appropriate view.
3) Click on whichever one you didn't select in the sidebar.
4) Note that window title changes, but tab title and location bar do not. They probably should.
Comment 1•20 years ago
|
||
This is annoying, I'll admit... but until there's code, it's 1.1 material.
Target Milestone: Camino1.0 → Camino1.1
| Assignee | ||
Comment 2•20 years ago
|
||
This must be a recent regression. I don't see it in the 27 November trhunk nightly, and the previous bug we had on this (bug 285097) was fixed in July.
cl
Keywords: regression
| Assignee | ||
Comment 3•19 years ago
|
||
Simon, is it possible your Page Info checkins (you had a whole mess of checkins around 01 Dec 2005) broke this? If so, how? I've been trying to decipher the diffs for the last hour and a half and I've made no progress.
cl
Comment 4•19 years ago
|
||
The issue is that when you click on the History item, we don't actually load about:history in that case (which is when the tab/window title normally gets set). So we'll either have to start doing that (which might be slow), or manually change the tab/window title (which should be pretty easy).
| Assignee | ||
Comment 5•19 years ago
|
||
Patch coming for this and for bug 335979.
cl
Assignee: mikepinkerton → bugzilla
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•19 years ago
|
||
Hrm. OK.
I have the window/tab title thing fixed, but location is proving rather problematic. I can fake it by setting the stringValue of mURLBar to "about:history" or "about:bookmarks" as needed, but that doesn't mean the BrowserWrapper actually thinks it's at that URL.
I'm not sure there's any "good" solution short of actually loading about:history every time we click the history collection.
Comments?
cl
Blocks: 316835
Comment 7•19 years ago
|
||
This is starting to look like it's causing some weird behavior, and blocking some history validation related bugs. Simon, Pink, could you weigh in on the best thing here?
Simon/Mike, can we get an answer to comment 6? This is blocking some of our validation bugs for 1.1 (and a regression).
QA Contact: history
Comment 9•19 years ago
|
||
Mucking with the string value of mURLBar is a bad thing.
Updated•19 years ago
|
Flags: camino1.0.4?
Target Milestone: Camino1.1 → Camino1.2
Minusing for 1.0.4 because we've determined there's no way this is getting fixed before Camino 1.2. :(
Flags: camino1.0.4? → camino1.0.4-
| Assignee | ||
Comment 11•18 years ago
|
||
I think what we're going to have to do here is just bite the bullet and reload the History collection every time, since no one has suggested any reasonable alternative solutions in the last year and a half.
ISTR I may have tried this at one point in the past and the slowdown in a debug build with several megs of history (a year's worth or so) wasn't even really noticeable, or was only mildly noticeable. If there *is* a significant slowdown, we should discuss whether the tradeoff is worth it.
cl
Mass un-setting milestone per 1.6 roadmap.
Filter on RemoveRedonkulousBuglist to remove bugspam.
Developers: if you have a patch in hand for one of these bugs, you may pull the bug back to 1.6 *at that point*.
Target Milestone: Camino1.6 → ---
Comment 13•3 years ago
|
||
This bug lies at rest in the graveyard.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•