Closed
Bug 448904
Opened 16 years ago
Closed 8 years ago
Button not working.
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: vannieb78, Unassigned, NeedInfo)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
When I click on the button on the page, nothing happen. When I use IE and click on the button, it will process with the command. To move to the next page or previous page.
Reproducible: Always
Steps to Reproduce:
1.Click on the button.
2.
3.
Actual Results:
It will still stay at the page.
Expected Results:
If you click on the button on the right, it should move to http://www.5kmh.com/modules/cartoon/reader.php?aid=1668&vid=13152&p=62
from the error console:
Error: document.all.jumppage is undefined
Source File: http://www.5kmh.com/configs/cartoon/read.js?1217733734
Line: 1
Comment 2•16 years ago
|
||
This regressed between 2007-07-25:14 and 2007-07-25:18:
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2007-07-25+13%3A00&maxdate=2007-07-25+19%3A00
Not sure what exactly caused this (and if it's a bug) but I'll confirm it for now because I can reproduce the problem.
Status: UNCONFIRMED → NEW
Component: Places → General
Ever confirmed: true
Keywords: regression
Product: Firefox → Core
QA Contact: places → general
Version: unspecified → 1.9.0 Branch
Comment 3•16 years ago
|
||
Something broke the undetectable support for document.all so I guess that would be
Bug 259332
Does someone have a reduced testcase? The undetectable document.all support should not have been affected by bug 259332, and if it was completely broken I would expect a whole lot more sites falling over due to thinking we are IE.
Comment 5•16 years ago
|
||
> The undetectable document.all support
> should not have been affected by bug 259332
Sorry I was wrong about the "undetectable" part as the website is blindly trying to access document.all.jumppage and getting back "undefined". As Ria said this was working before Bug 259332 was checked in, so I guess our implementation of document.all doesn't work as expected. Aren't there any mochikit unit tests for this?
Comment 6•16 years ago
|
||
Ah I think this is a dup of Bug 393629
Bug 393629 is now fixed, so would be great if someone could check if this indeed was a dup and if so mark it as such.
Comment 8•8 years ago
|
||
I have tried to test this issue but it seems that the provide URL is no longer available. Vanessa, could you please provide an other URL in order to test this?
Also, is this still reproducible on your end ? If yes, can you please retest this using latest Firefox release and latest Nightly build (https://nightly.mozilla.org/) and report back the results ?
Flags: needinfo?(vannieb78)
Comment 9•8 years ago
|
||
Marking this as Resolved: Incomplete due to the lack of response from the reporter.
If anyone can still reproduce it on latest versions, feel free to reopen the issue and provide more information.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•