Closed
Bug 238047
Opened 21 years ago
Closed 21 years ago
Apparent Javascript bug with scrolling active areas
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: madjim, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
3.07 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7
The second page (the initial page is just advert - need to click through) should
show moving active areas some rising from the bottom of the screen others
descending from the top to form a line allowing the user to select films,
cinemas &c.
I have tried this in both Firefox, Camino (and Safari - not your problem) and it
will not provide a working web page. However, surprise, it does work in MS IE 5.x.
Reproducible: Always
Steps to Reproduce:
1. go to site http://www.odeon.co.uk
2. click through first page
3.
Actual Results:
get a page with ODEON background graphic and no active content
Expected Results:
should have seen outline boxes towards top & bottom of the screen moving to
align themselves in the top 1/3 of the screen to act as a menu bar. These box
areas should be sensitive to mouseover.
Nothing obvious - this is vanilla build of MacosX 10.2 with up to date patching.
If I have duplicated a bug, accept my apologies - I did search but nothing
looked quite the same.
The following error messages are displayed on JavaScript Console.
Error: undefinedmenusundefined is not defined
Source File: http://www.odeon.co.uk/Odeon/js/global.js
Line: 36
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; ja-JP; rv:1.7b) Gecko/20040319
Firefox/0.8.0+
Comment 3•21 years ago
|
||
I think that I am seeing the same as you do & it looks to me as though
the error is in the "Javascript" file that you indicate, which is part of the
Odeon site.
If I were trying to debug the Odeon's code for them, I would look at the
vars calque and calque2, as the expression
var c = calque.split('|');
doesn't seem to be doing anything useful, but I may be wrong.
If the code is not Javascript, but is in some other language, then Firefox
(and other standards conforming browser would be unlikely to
handle it until a suitable interpreter is provided.
Ben
Comment 4•21 years ago
|
||
Before getting too deeply involved in this, I suggest checking Bug 80479
which has several duplicates.
Comment 5•21 years ago
|
||
Marking as a DUPE of bug 80479
Reporter: If you disagree with this resolution please RE-OPEN this bug.
*** This bug has been marked as a duplicate of 80479 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•