Closed
Bug 37243
Opened 25 years ago
Closed 25 years ago
unable to load URL from History window
Categories
(SeaMonkey :: Bookmarks & History, defect, P1)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: slamm)
References
Details
(Keywords: regression, relnote, Whiteboard: [nsbeta2+][dogfood-][rjc])
found this on linux (waiting for other builds), opt comm 2000.04.26.09.
smoketest #20:
1. surf to various webpages.
2. open History window from Tasks > Tools > History.
3. double-click any URL listed to load it.
expected: the double-clicked URL should load into another web browser window.
result: it doesn't; no additional browser window opens either. get the following
console error:
JavaScript error:
chrome://communicator/content/bookmarks/bookmarks.js line 488: getBrowserURL is
not defined
Reporter | ||
Updated•25 years ago
|
Keywords: regression
Reporter | ||
Comment 1•25 years ago
|
||
also occurs in Bookmarks win --updating component due to console error.
Component: History → Bookmarks
Summary: unable to load URL from History window → unable to load URL from Bookmarks or History window
Reporter | ||
Comment 2•25 years ago
|
||
external smoketester is seeing this on the win32 bits, too. changing platform to
All.
Hardware: Other → All
Comment 4•25 years ago
|
||
The problem was not there in yesterday's build and danm checked in at the very line in question yesterday(in bookmarks.js), and
it showed up in today verif. builds so I'm cc'ing him. Maybe the change exposed abug elsewhere?
from:
window.openDialog( "chrome://navigator/content/navigator.xul", "_blank",
"chrome,all,dialog=no", url );
to:
window.openDialog( getBrowserURL(), "_blank", "chrome,all,dialog=no", url );
Putting on [dogfood-] radar, not blocking daily work. Adding nsbeta2 keyword,
and Putting on [nsbeta2+] radar.
Keywords: nsbeta2
Whiteboard: [nsbeta2+][dogfood-]
Comment 8•25 years ago
|
||
this started, kindof working with yesterday's (2000050909) builds for Bookmarks but still nothing for history. I wrote bug 38813
for the new bookmarks wierdness.
Comment 10•25 years ago
|
||
*** Bug 39302 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 11•25 years ago
|
||
I just checked in a fix for the history window.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 13•25 years ago
|
||
reopening. Cannot load url's from HISTORY (2000060508). OS=ALL
Status: VERIFIED → REOPENED
OS: Linux → All
Resolution: FIXED → ---
Comment 14•25 years ago
|
||
changed summary
Summary: unable to load URL from Bookmarks or History window → unable to load URL from History window
Comment 15•25 years ago
|
||
Yep, this is broken again in today's build. Dang.
Added "rjc" to status whiteboard to indicate that this is a bug that Robert
Churchill will handle while slamm is on sabbatical.
Whiteboard: [nsbeta2+][dogfood-] → [nsbeta2+][dogfood-][rjc]
Target Milestone: M16 → M18
Assignee | ||
Comment 16•25 years ago
|
||
I just checked in a fix.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 18•25 years ago
|
||
is this fixed in the trunk [m17]? this is still a problem in the branch [m16],
so reopening. however, if it's really fixed in the trunk, feel free to resolve
it [again ;-)].
Reporter | ||
Comment 19•25 years ago
|
||
well, looks like this works on the trunk bits...
Comment 20•25 years ago
|
||
Marking FIXED (don't care about the M16 branch).
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 21•25 years ago
|
||
I'm seeing this again with Mac mozilla bits from 062308 and win32 mozilla build
from 062308. reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 22•25 years ago
|
||
This is working fine for me on all platforms with current builds of the tip from
today. Marking FIXED.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 23•25 years ago
|
||
VERIFIED Fixed with 2000062808 builds on all platforms
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
Flags: in-testsuite?
Flags: in-litmus?
Flags: blocking-seamonkey2.0.15?
Comment 24•14 years ago
|
||
such an old bug, please file a new one if there are any current issues. (clearing flags).
Failing that, please use landfill to test bugzilla and not old bugs like this.
Flags: in-testsuite?
Flags: in-litmus?
Flags: blocking-seamonkey2.0.15?
You need to log in
before you can comment on or make changes to this bug.
Description
•