Closed
Bug 283626
Opened 20 years ago
Closed 16 years ago
aafintl.com - Page will not load
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gmucs, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122
Page does not load completely, Mozilla says it's Done.
Reproducible: Always
Steps to Reproduce:
Open URL http://www.aafintl.com/eprise/main/aaf_intl/default
Actual Results:
Partial load of page
Expected Results:
Complete load of page
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050223
JS enabled, I don´t see errors or warnings in JS console, but the application
shows an alert: missing one of the image dimensions for main menu option 1.
After acknowledge, this repeats for options 2 thru 12.
Comment 2•20 years ago
|
||
shows 1st of a series of 12 alerts,
Mozilla's JS console doesn't show any error in its default setting.
About:config javascript.options.strict user set true
and about 30 JS warnings and 12 errors are shown in console:
Warning: redeclaration of var strType
Source File:
http://www.aafintl.com/eprise/main/aaf_intl/shared_elements/javascript/functions_buildmenu.js
Line: 17, Column: 7
Source Code:
var strType = "text"
Error: [Exception... "'Permission denied to get property XULElement.accessKey'
when calling method: [nsIDOMXULLabelElement::accessKey]" nsresult: "0x8057001e
(NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::
http://www.aafintl.com/eprise/main/aaf_intl/shared_elements/javascript/functions_buildmenu.js
:: build_parent_menu_option :: line 583" data: no]
Source File:
http://www.aafintl.com/eprise/main/aaf_intl/shared_elements/javascript/functions_buildmenu.js
Line: 583
![]() |
||
Comment 3•20 years ago
|
||
The behavior here changed between build 2005-02-19-06 and build 2005-02-20-07.
Maybe fallout from bug 282607? I don't see anything else in that range that
really touches layout...
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
In Mozilla 2005-02-19-05 nightly on Linux I get:
0 "undefined" "undefined"
In Mozilla 2005-02-20-05 nightly on Linux I get:
1 "" "undefined"
Assignee: jag → general
Status: UNCONFIRMED → NEW
Component: XP Apps → JavaScript Engine
Ever confirmed: true
Keywords: regression,
testcase
Product: Mozilla Application Suite → Core
QA Contact: pschwartau
Comment 6•20 years ago
|
||
If I remove language="Javascript1.2" I get
1 "" "undefined"
also in older builds, maybe bug 255895 changed this?
Comment 7•20 years ago
|
||
yes, js1.2 must die caused the change in the split behavior. We now agree with
the results for language>=1.3 in gecko as well as with msie. The site menu was
broken before js1.2 died due to nn4/ie4 only coding and the use of an older
obsolete version of gary smith's nscp menu. The page actually does load, but the
main content appears at the bottom of the page.
I did download the current mm_menu.js from macromedia which is based on gary's
menu, and it worked fine in a recent trunk ff build.
I would say evangelism to get them to update their menu system, and lets keep
track of these sites which actually did code fork for js12 in netscape.
QA Contact: pschwartau → moz
Comment 8•19 years ago
|
||
over to TE
Assignee: general → english-us
Component: JavaScript Engine → English US
Product: Core → Tech Evangelism
QA Contact: bob → english-us
Summary: Page will not load → aafintl.com - Page will not load
Version: Trunk → unspecified
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•