Closed
Bug 117731
Opened 24 years ago
Closed 24 years ago
get message "property.getKey is not a function" (JS-error)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 114321
People
(Reporter: dietmar.rabich, Assigned: asa)
Details
I get this message on the JS-Console:
Error: property.getKey is not a function
Source File: chrome://navigator/content/languageDictionary.js
Line: 77
when using this little document (offline):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="de">
<head>
<title>Test</title>
<link rel="ALTERNATE" title="Test" type="text/html" hreflang="en"
href="index_en.htm">
</head>
<body>
</body>
</html>
It seem's to depent in the link element.
Comment 1•24 years ago
|
||
Yep. Duplicate of "hreflang handling broken in site navigation bar (links
toolbar)"
*** This bug has been marked as a duplicate of 114321 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•